File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \Command ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Bundle \FrameworkBundle \Command \YamlLintCommand ;
15
16
use Symfony \Bundle \FrameworkBundle \Console \Application ;
16
17
use Symfony \Component \Console \Application as BaseApplication ;
25
26
*
26
27
* @author Robin Chalas <[email protected] >
27
28
*/
28
- class YamlLintCommandTest extends \PHPUnit_Framework_TestCase
29
+ class YamlLintCommandTest extends TestCase
29
30
{
30
31
private $ files ;
31
32
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection \Compiler ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \CachePoolClearerPass ;
15
16
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \CachePoolPass ;
16
17
use Symfony \Component \DependencyInjection \Compiler \RemoveUnusedDefinitionsPass ;
19
20
use Symfony \Component \DependencyInjection \Definition ;
20
21
use Symfony \Component \DependencyInjection \Reference ;
21
22
22
- class CachePoolClearerPassTest extends \PHPUnit_Framework_TestCase
23
+ class CachePoolClearerPassTest extends TestCase
23
24
{
24
25
public function testPoolRefsAreWeak ()
25
26
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection \Compiler ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \CachePoolPass ;
15
16
use Symfony \Component \DependencyInjection \ContainerBuilder ;
16
17
use Symfony \Component \DependencyInjection \Definition ;
17
18
use Symfony \Component \DependencyInjection \DefinitionDecorator ;
18
19
use Symfony \Component \DependencyInjection \Reference ;
19
20
20
- class CachePoolPassTest extends \PHPUnit_Framework_TestCase
21
+ class CachePoolPassTest extends TestCase
21
22
{
22
23
private $ cachePoolPass ;
23
24
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection \Compiler ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \ControllerArgumentValueResolverPass ;
15
16
use Symfony \Component \DependencyInjection \ContainerBuilder ;
16
17
use Symfony \Component \DependencyInjection \Definition ;
17
18
use Symfony \Component \DependencyInjection \Reference ;
18
19
use Symfony \Component \HttpKernel \Controller \ArgumentResolver ;
19
20
20
- class ControllerArgumentValueResolverPassTest extends \PHPUnit_Framework_TestCase
21
+ class ControllerArgumentValueResolverPassTest extends TestCase
21
22
{
22
23
public function testServicesAreOrderedAccordingToPriority ()
23
24
{
You can’t perform that action at this time.
0 commit comments