Typo fix on many-to-many assocaition cascade test
This commit is contained in:
parent
8cdbcf1263
commit
94896ce552
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class SecondLevelCacheManyToManyTest extends SecondLevelCacheAbstractTest
|
|||
$this->_em->flush();
|
||||
$this->_em->clear();
|
||||
|
||||
$this->assertTrue($this->cache->containsEntity(Traveler::CLASSNAME, $travel->getId()));
|
||||
$this->assertTrue($this->cache->containsEntity(Travel::CLASSNAME, $travel->getId()));
|
||||
$this->assertTrue($this->cache->containsEntity(Traveler::CLASSNAME, $traveler->getId()));
|
||||
$this->assertTrue($this->cache->containsEntity(City::CLASSNAME, $this->cities[0]->getId()));
|
||||
$this->assertTrue($this->cache->containsEntity(City::CLASSNAME, $this->cities[1]->getId()));
|
||||
|
|
Loading…
Add table
Reference in a new issue