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 \Routing \Tests \Loader ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Routing \Loader \ObjectRouteLoader ;
15
16
use Symfony \Component \Routing \Route ;
16
17
use Symfony \Component \Routing \RouteCollection ;
17
18
18
- class ObjectRouteLoaderTest extends \PHPUnit_Framework_TestCase
19
+ class ObjectRouteLoaderTest extends TestCase
19
20
{
20
21
public function testLoadCallsServiceAndReturnsCollection ()
21
22
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Routing \Tests ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Config \Resource \FileResource ;
15
16
use Symfony \Component \Routing \Route ;
16
17
use Symfony \Component \Routing \RouteCollection ;
17
18
use Symfony \Component \Routing \RouteCollectionBuilder ;
18
19
19
- class RouteCollectionBuilderTest extends \PHPUnit_Framework_TestCase
20
+ class RouteCollectionBuilderTest extends TestCase
20
21
{
21
22
public function testImport ()
22
23
{
You can’t perform that action at this time.
0 commit comments