Rename test
This commit is contained in:
parent
295523cdca
commit
569c08ce55
@ -63,7 +63,7 @@ class EntityListenersOnMergeTest extends \Doctrine\Tests\OrmFunctionalTestCase
|
|||||||
$this->assertNotNull($imageEntity->getUpdatedAt());
|
$this->assertNotNull($imageEntity->getUpdatedAt());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testPrePersistListeners()
|
public function testPrePersistListenersShouldBeFiredWithCorrectEntityData()
|
||||||
{
|
{
|
||||||
$fix = new CompanyFixContract();
|
$fix = new CompanyFixContract();
|
||||||
$fix->setFixPrice(2000);
|
$fix->setFixPrice(2000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user