fix test
This commit is contained in:
@@ -54,7 +54,7 @@ class TaxRuleTest extends BaseLoopTestor
|
|||||||
{
|
{
|
||||||
$tr = TaxRuleQuery::create()->findOne();
|
$tr = TaxRuleQuery::create()->findOne();
|
||||||
|
|
||||||
$this->baseTestSearchById($tr->getId());
|
$this->baseTestSearchById($tr->getId(), array('force_return' => true));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
|
||||||
Reference in New Issue
Block a user