#6028 removed specific ::class
usage, since 2.5.x still supports PHP 5.4.x
This commit is contained in:
parent
af99cba28c
commit
2122297fdb
@ -231,7 +231,7 @@ class SecondLevelCacheSingleTableInheritanceTest extends SecondLevelCacheAbstrac
|
|||||||
|
|
||||||
$contact = new Beach(
|
$contact = new Beach(
|
||||||
'Botafogo',
|
'Botafogo',
|
||||||
$this->_em->find(City::class, $this->cities[1]->getId())
|
$this->_em->find(City::CLASSNAME, $this->cities[1]->getId())
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->_em->persist($contact);
|
$this->_em->persist($contact);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user