Update test
This commit is contained in:
parent
c3c174512a
commit
4cf5f70bea
1 changed files with 2 additions and 2 deletions
|
@ -63,6 +63,6 @@ class CompanySchemaTest extends \Doctrine\Tests\OrmFunctionalTestCase
|
||||||
$sql = $this->_schemaTool->getDropSchemaSQL(array(
|
$sql = $this->_schemaTool->getDropSchemaSQL(array(
|
||||||
$this->_em->getClassMetadata('Doctrine\Tests\Models\Company\CompanyManager'),
|
$this->_em->getClassMetadata('Doctrine\Tests\Models\Company\CompanyManager'),
|
||||||
));
|
));
|
||||||
$this->assertEquals(3, count($sql));
|
$this->assertEquals(4, count($sql));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue