Fix typo in test name
This commit is contained in:
parent
529064aff2
commit
ed7a4bdcf3
1 changed files with 1 additions and 1 deletions
|
@ -1303,7 +1303,7 @@ class SelectSqlGenerationTest extends \Doctrine\Tests\OrmTestCase
|
|||
);
|
||||
}
|
||||
|
||||
public function testIdenityFunctionInJoinedSubclass()
|
||||
public function testIdentityFunctionInJoinedSubclass()
|
||||
{
|
||||
//relation is in the subclass (CompanyManager) we are querying
|
||||
$this->assertSqlGeneration(
|
||||
|
|
Loading…
Add table
Reference in a new issue