Fix typo
This commit is contained in:
parent
fb467a1196
commit
b03388293f
@ -310,8 +310,8 @@ class EntityGeneratorTest extends \Doctrine\Tests\OrmTestCase
|
|||||||
$this->assertFileExists($filename);
|
$this->assertFileExists($filename);
|
||||||
require_once $filename;
|
require_once $filename;
|
||||||
|
|
||||||
$propertu = new \ReflectionProperty($metadata->name, 'centroCustos');
|
$property = new \ReflectionProperty($metadata->name, 'centroCustos');
|
||||||
$docComment = $propertu->getDocComment();
|
$docComment = $property->getDocComment();
|
||||||
|
|
||||||
//joinColumns
|
//joinColumns
|
||||||
$this->assertContains('@JoinColumn(name="idorcamento", referencedColumnName="idorcamento"),', $docComment);
|
$this->assertContains('@JoinColumn(name="idorcamento", referencedColumnName="idorcamento"),', $docComment);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user