1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Rename test

This commit is contained in:
bilouwan 2016-12-15 15:12:29 +01:00 committed by Marco Pivetta
parent 295523cdca
commit 569c08ce55

View File

@ -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);