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