File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
/**
17
17
* Class DoctrineOrmTestCase.
18
18
*
19
- * @deprecated Deprecated as of Symfony 2.4 , to be removed in Symfony 3.0.
19
+ * @deprecated Deprecated as of Symfony 2.3 , to be removed in Symfony 3.0.
20
20
* Use {@link DoctrineTestHelper} instead.
21
21
*/
22
22
abstract class DoctrineOrmTestCase extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bridge \Doctrine \Tests \Form \ChoiceList ;
13
13
14
14
use Symfony \Bridge \Doctrine \Form \ChoiceList \ORMQueryBuilderLoader ;
15
- use Symfony \Bridge \Doctrine \Tests \ DoctrineOrmTestCase ;
15
+ use Symfony \Bridge \Doctrine \Test \ DoctrineTestHelper ;
16
16
use Doctrine \DBAL \Connection ;
17
17
18
- class ORMQueryBuilderLoaderTest extends DoctrineOrmTestCase
18
+ class ORMQueryBuilderLoaderTest extends DoctrineTestHelper
19
19
{
20
20
/**
21
21
* @expectedException \Symfony\Component\Form\Exception\UnexpectedTypeException
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Form \Test \FormPerformanceTestCase ;
15
15
use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdEntity ;
16
16
use Doctrine \ORM \Tools \SchemaTool ;
17
- use Symfony \Bridge \Doctrine \Tests \ DoctrineOrmTestCase ;
17
+ use Symfony \Bridge \Doctrine \Test \ DoctrineTestHelper ;
18
18
use Symfony \Component \Form \Extension \Core \CoreExtension ;
19
19
use Symfony \Bridge \Doctrine \Form \DoctrineOrmExtension ;
20
20
@@ -66,7 +66,7 @@ protected function setUp()
66
66
$ this ->markTestSkipped ('Doctrine ORM is not available. ' );
67
67
}
68
68
69
- $ this ->em = DoctrineOrmTestCase ::createTestEntityManager ();
69
+ $ this ->em = DoctrineTestHelper ::createTestEntityManager ();
70
70
71
71
parent ::setUp ();
72
72
You can’t perform that action at this time.
0 commit comments