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