File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \DependencyInjection \Tests \Compiler ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \DependencyInjection \Compiler \AutowirePass ;
15
16
use Symfony \Component \DependencyInjection \ContainerBuilder ;
16
17
use Symfony \Component \DependencyInjection \Reference ;
17
18
18
19
/**
19
20
* @author Kévin Dunglas <[email protected] >
20
21
*/
21
- class AutowirePassTest extends \PHPUnit_Framework_TestCase
22
+ class AutowirePassTest extends TestCase
22
23
{
23
24
public function testProcess ()
24
25
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \DependencyInjection \Tests \Loader ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \DependencyInjection \ContainerBuilder ;
15
16
use Symfony \Component \DependencyInjection \Loader \PhpFileLoader ;
16
17
use Symfony \Component \DependencyInjection \Loader \IniFileLoader ;
19
20
use Symfony \Component \Config \Loader \LoaderResolver ;
20
21
use Symfony \Component \Config \FileLocator ;
21
22
22
- class DirectoryLoaderTest extends \PHPUnit_Framework_TestCase
23
+ class DirectoryLoaderTest extends TestCase
23
24
{
24
25
private static $ fixturesPath ;
25
26
You can’t perform that action at this time.
0 commit comments