This commit is contained in:
Etienne Roudeix
2013-09-18 08:55:12 +02:00
parent 48e2be57c6
commit bb246b3205
2 changed files with 1 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ class TaxRuleTest extends BaseLoopTestor
{
$tr = TaxRuleQuery::create()->findOne();
$this->baseTestSearchById($tr->getId());
$this->baseTestSearchById($tr->getId(), array('force_return' => true));
}
}

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<database defaultIdMethod="native" name="thelia" namespace="Colissimo\Model">
<!--
See propel documentation on http://propelorm.org for all information about schema file
-->
<external-schema filename="/home/manu/dev/www/thelia/local/config/schema.xml" referenceOnly="true" />
</database>