Skip to content

Commit

Permalink
Fix: Bug with php 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 9, 2013
1 parent 411a6bb commit e932bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/phpunit/PdfDocTest.php
Expand Up @@ -132,6 +132,7 @@ public function testPdfDocGetLineDesc()
$localobject=new Facture($this->savdb);
$localobject->initAsSpecimen();
$localobject->lines=array();
$localobject->lines[0]=new FactureLigne($this->savdb);
$localobject->lines[0]->fk_product=1;
$localobject->lines[0]->label='Label 1';
$localobject->lines[0]->desc="This is a description with a é accent\n(Country of origin: France)";
Expand Down

0 comments on commit e932bef

Please sign in to comment.