#1178 - minor typo (method names)
This commit is contained in:
parent
d47f724f16
commit
b32c779c37
@ -118,7 +118,7 @@ class ManyToManyExtraLazyTest extends OrmFunctionalTestCase
|
||||
$this->assertTrue($inversed->associatedEntities->contains($owning));
|
||||
}
|
||||
|
||||
public function testThatTheExtraLazyCollectionFromOwningToInversedContainsAnIndexbyKey()
|
||||
public function testThatTheExtraLazyCollectionFromOwningToInversedContainsAnIndexByKey()
|
||||
{
|
||||
$owning = $this->_em->find(
|
||||
'Doctrine\Tests\Models\ValueConversionType\OwningManyToManyExtraLazyEntity',
|
||||
@ -128,7 +128,7 @@ class ManyToManyExtraLazyTest extends OrmFunctionalTestCase
|
||||
$this->assertTrue($owning->associatedEntities->containsKey('abc'));
|
||||
}
|
||||
|
||||
public function testThatTheExtraLazyCollectionFromInversedToOwningContainsAnIndexbyKey()
|
||||
public function testThatTheExtraLazyCollectionFromInversedToOwningContainsAnIndexByKey()
|
||||
{
|
||||
$inversed = $this->_em->find(
|
||||
'Doctrine\Tests\Models\ValueConversionType\InversedManyToManyExtraLazyEntity',
|
||||
|
Loading…
x
Reference in New Issue
Block a user