File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,4 @@ script:
5959 - test -z $ACCESS_KEY_ID -a -z $ACCESS_KEY_SECRET || composer test
6060
6161after_success :
62- # Code coverage report
63- - >
64- if [ $(phpenv version-name) == "7.1" ]; then
65- bash <(curl -s https://codecov.io/bash)
66- fi
62+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 22
33namespace AlibabaCloud \Client \Tests \Unit \Request ;
44
5- use PHPUnit \Framework \TestCase ;
6- use AlibabaCloud \Client \Exception \ClientException ;
75use AlibabaCloud \Client \Tests \Mock \Services \Rds \DeleteDatabaseRequest ;
6+ use PHPUnit \Framework \TestCase ;
87
98/**
109 * Class ArrayAccessTraitTest
1514 */
1615class ArrayAccessTraitTest extends TestCase
1716{
18- /**
19- * @throws ClientException
20- */
2117 public function testArrayAccess ()
2218 {
2319 // Setup
You can’t perform that action at this time.
0 commit comments