File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Integration/Service/Generator/Definition
Unit/Generator/Definition Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ class IndexDefinitionTest extends DbTestCase
1616 public function setUp (): void
1717 {
1818 parent ::setUp ();
19- $ schema = $ this ->getDoctrineSchemaManager ($ this ->getDatabaseManager ());
20-
19+ $ schema = $ this ->getDoctrineConnection ($ this ->getDatabaseManager ())->createSchemaManager ();
2120 $ definition = new IndexDefinition ();
2221 $ definition ->setSchema ($ schema );
2322
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function testGetAttributeByNameReturnsNull(): void
7070
7171 public function testSetAndGetSchemaAreSame (): void
7272 {
73- $ schema = $ this ->getDoctrineSchemaManager ($ this ->getDatabaseManager ());
73+ $ schema = $ this ->getDoctrineConnection ($ this ->getDatabaseManager ())-> createSchemaManager ( );
7474
7575 $ this ->definition ->setSchema ($ schema );
7676 $ gotSchema = $ this ->definition ->getSchema ();
You can’t perform that action at this time.
0 commit comments