File tree Expand file tree Collapse file tree
tests/Doctrine/Tests/ORM/Functional/Ticket Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ protected function setUp()
1616 {
1717 parent ::setUp ();
1818
19- $ this ->_schemaTool ->createSchema (
20- [
21- $ this ->_em ->getClassMetadata (GH6464Post::class),
22- $ this ->_em ->getClassMetadata (GH6464User::class),
23- $ this ->_em ->getClassMetadata (GH6464Author::class),
24- ]
25- );
19+ $ this ->_schemaTool ->createSchema ([
20+ $ this ->_em ->getClassMetadata (GH6464Post::class),
21+ $ this ->_em ->getClassMetadata (GH6464User::class),
22+ $ this ->_em ->getClassMetadata (GH6464Author::class),
23+ ]);
2624 }
2725
2826 /**
@@ -34,7 +32,7 @@ protected function setUp()
3432 public function testIssue ()
3533 {
3634 $ query = $ this ->_em ->createQueryBuilder ()
37- ->select ('p ' , ' a ' )
35+ ->select ('p ' )
3836 ->from (GH6464Post::class, 'p ' )
3937 ->innerJoin (GH6464Author::class, 'a ' , 'WITH ' , 'p.authorId = a.id ' )
4038 ->getQuery ();
You can’t perform that action at this time.
0 commit comments