File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 14
14
"php" : " >=5.3.9"
15
15
},
16
16
"require-dev" : {
17
- "phpunit/phpunit" : " ^4.8 || ^5.0"
17
+ "phpunit/phpunit" : " ^4.8.35 || ^5.0"
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
use Dotenv \Dotenv ;
4
+ use PHPUnit \Framework \TestCase ;
4
5
5
- class DotenvTest extends PHPUnit_Framework_TestCase
6
+ class DotenvTest extends TestCase
6
7
{
7
8
/**
8
9
* @var string
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
use Dotenv \Loader ;
4
+ use PHPUnit \Framework \TestCase ;
4
5
5
- class LoaderTest extends PHPUnit_Framework_TestCase
6
+ class LoaderTest extends TestCase
6
7
{
7
8
/**
8
9
* @var \Dotenv\Loader
@@ -13,7 +14,7 @@ class LoaderTest extends PHPUnit_Framework_TestCase
13
14
* @var \Dotenv\Loader
14
15
*/
15
16
private $ mutableLoader ;
16
-
17
+
17
18
public function setUp ()
18
19
{
19
20
$ folder = dirname (__DIR__ ) . '/fixtures/env ' ;
You can’t perform that action at this time.
0 commit comments