1
0
mirror of synced 2025-02-20 06:03:15 +03:00
This commit is contained in:
Fabio B. Silva 2012-10-20 15:44:09 -03:00
parent fb467a1196
commit b03388293f

View File

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