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 66use Doctrine \DBAL \Migrations \Configuration \Configuration ;
77use Symfony \Component \DependencyInjection \ContainerBuilder ;
88use Symfony \Component \DependencyInjection \ParameterBag \ParameterBag ;
9+ use PHPUnit \Framework \TestCase ;
910
10- class DoctrineCommandTest extends \ PHPUnit \ Framework \ TestCase
11+ class DoctrineCommandTest extends TestCase
1112{
1213 public function testConfigureMigrations ()
1314 {
Original file line number Diff line number Diff line change 66use Doctrine \DBAL \Migrations \Configuration \Configuration ;
77use Symfony \Component \DependencyInjection \ContainerBuilder ;
88use Symfony \Component \DependencyInjection \ParameterBag \ParameterBag ;
9+ use PHPUnit \Framework \TestCase ;
910
10- class DoctrineMigrationsExtensionTest extends \PHPUnit_Framework_TestCase
11+ class DoctrineMigrationsExtensionTest extends TestCase
1112{
1213 public function testOrganizeMigrations ()
1314 {
You can’t perform that action at this time.
0 commit comments