File tree Expand file tree Collapse file tree 7 files changed +14
-7
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 7 files changed +14
-7
lines changed 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 \Component \DependencyInjection \Reference ;
1516use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \ConfigCachePass ;
1617
17- class ConfigCachePassTest extends \PHPUnit_Framework_TestCase
18+ class ConfigCachePassTest extends TestCase
1819{
1920 public function testThatCheckersAreProcessedInPriorityOrder ()
2021 {
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 \DataCollectorTranslatorPass ;
1516use Symfony \Component \DependencyInjection \ContainerBuilder ;
1617use Symfony \Component \DependencyInjection \Reference ;
1718use Symfony \Component \Translation \TranslatorInterface ;
1819
19- class DataCollectorTranslatorPassTest extends \PHPUnit_Framework_TestCase
20+ class DataCollectorTranslatorPassTest extends TestCase
2021{
2122 private $ container ;
2223 private $ dataCollectorTranslatorPass ;
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 \FormPass ;
1516use Symfony \Component \DependencyInjection \ContainerBuilder ;
1617use Symfony \Component \DependencyInjection \Definition ;
2021/**
2122 * @author Bernhard Schussek <bschussek@gmail.com>
2223 */
23- class FormPassTest extends \PHPUnit_Framework_TestCase
24+ class FormPassTest extends TestCase
2425{
2526 public function testDoNothingIfFormExtensionNotLoaded ()
2627 {
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 \PropertyInfoPass ;
1516use Symfony \Component \DependencyInjection \Reference ;
1617
17- class PropertyInfoPassTest extends \PHPUnit_Framework_TestCase
18+ class PropertyInfoPassTest extends TestCase
1819{
1920 public function testServicesAreOrderedAccordingToPriority ()
2021 {
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 \UnusedTagsPass ;
1516
16- class UnusedTagsPassTest extends \PHPUnit_Framework_TestCase
17+ class UnusedTagsPassTest extends TestCase
1718{
1819 public function testProcess ()
1920 {
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \FrameworkBundle \Tests \Kernel ;
1313
14+ use PHPUnit \Framework \TestCase ;
1415use Symfony \Component \HttpFoundation \Request ;
1516
16- class MicroKernelTraitTest extends \PHPUnit_Framework_TestCase
17+ class MicroKernelTraitTest extends TestCase
1718{
1819 public function test ()
1920 {
Original file line number Diff line number Diff line change 22
33namespace Symfony \Bundle \FrameworkBundle \Tests \Routing ;
44
5+ use PHPUnit \Framework \TestCase ;
56use Symfony \Bundle \FrameworkBundle \Controller \ControllerNameParser ;
67use Symfony \Bundle \FrameworkBundle \Routing \DelegatingLoader ;
78use Symfony \Component \Config \Loader \LoaderResolver ;
89
9- class DelegatingLoaderTest extends \PHPUnit_Framework_TestCase
10+ class DelegatingLoaderTest extends TestCase
1011{
1112 public function testConstructorApi ()
1213 {
You can’t perform that action at this time.
0 commit comments