File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 16
16
"guzzlehttp/psr7" : " ^1.2"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ~4" ,
19
+ "phpunit/phpunit" : " ~4.8.36 " ,
20
20
"squizlabs/php_codesniffer" : " ~2.3" ,
21
21
"symfony/dom-crawler" : " ~2.1" ,
22
22
"symfony/css-selector" : " ~2.1" ,
Original file line number Diff line number Diff line change 20
20
use League \Flysystem \Adapter \Local ;
21
21
use League \Flysystem \Filesystem ;
22
22
use Cache \Adapter \Filesystem \FilesystemCachePool ;
23
+ use PHPUnit \Framework \TestCase ;
23
24
24
- class BaseTest extends PHPUnit_Framework_TestCase
25
+ class BaseTest extends TestCase
25
26
{
26
27
private $ key ;
27
28
private $ client ;
Original file line number Diff line number Diff line change 18
18
* under the License.
19
19
*/
20
20
21
+ use PHPUnit \Framework \TestCase ;
22
+
21
23
class TestModel extends Google_Model
22
24
{
23
25
public function mapTypes ($ array )
@@ -36,7 +38,7 @@ class TestService extends Google_Service
36
38
public $ batchPath = 'batch/test ' ;
37
39
}
38
40
39
- class Google_ServiceTest extends PHPUnit_Framework_TestCase
41
+ class Google_ServiceTest extends TestCase
40
42
{
41
43
public function testCreateBatch ()
42
44
{
You can’t perform that action at this time.
0 commit comments