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 1111
1212namespace Symfony \Bundle \FrameworkBundle \Tests \Command ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Bundle \FrameworkBundle \Command \YamlLintCommand ;
1516use Symfony \Bundle \FrameworkBundle \Console \Application ;
1617use Symfony \Component \Console \Application as BaseApplication ;
2526 *
2627 * @author Robin Chalas <robin.chalas@gmail.com>
2728 */
28- class YamlLintCommandTest extends \PHPUnit_Framework_TestCase
29+ class YamlLintCommandTest extends TestCase
2930{
3031 private $ files ;
3132
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection \Compiler ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \CachePoolClearerPass ;
1516use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \CachePoolPass ;
1617use Symfony \Component \DependencyInjection \Compiler \RemoveUnusedDefinitionsPass ;
1920use Symfony \Component \DependencyInjection \Definition ;
2021use Symfony \Component \DependencyInjection \Reference ;
2122
22- class CachePoolClearerPassTest extends \PHPUnit_Framework_TestCase
23+ class CachePoolClearerPassTest extends TestCase
2324{
2425 public function testPoolRefsAreWeak ()
2526 {
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection \Compiler ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \CachePoolPass ;
1516use Symfony \Component \DependencyInjection \ContainerBuilder ;
1617use Symfony \Component \DependencyInjection \Definition ;
1718use Symfony \Component \DependencyInjection \DefinitionDecorator ;
1819use Symfony \Component \DependencyInjection \Reference ;
1920
20- class CachePoolPassTest extends \PHPUnit_Framework_TestCase
21+ class CachePoolPassTest extends TestCase
2122{
2223 private $ cachePoolPass ;
2324
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection \Compiler ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \ControllerArgumentValueResolverPass ;
1516use Symfony \Component \DependencyInjection \ContainerBuilder ;
1617use Symfony \Component \DependencyInjection \Definition ;
1718use Symfony \Component \DependencyInjection \Reference ;
1819use Symfony \Component \HttpKernel \Controller \ArgumentResolver ;
1920
20- class ControllerArgumentValueResolverPassTest extends \PHPUnit_Framework_TestCase
21+ class ControllerArgumentValueResolverPassTest extends TestCase
2122{
2223 public function testServicesAreOrderedAccordingToPriority ()
2324 {
You can’t perform that action at this time.
0 commit comments