1
0
mirror of synced 2025-03-14 00:26:08 +03:00

Rename test

This commit is contained in:
bilouwan 2016-12-15 15:12:29 +01:00
parent 7f4de25a26
commit 1be226cf63

View File

@ -63,7 +63,7 @@ class EntityListenersOnMergeTest extends \Doctrine\Tests\OrmFunctionalTestCase
$this->assertNotNull($imageEntity->getUpdatedAt());
}
public function testPrePersistListeners()
public function testPrePersistListenersShouldBeFiredWithCorrectEntityData()
{
$fix = new CompanyFixContract();
$fix->setFixPrice(2000);