Skip to content

Commit

Permalink
Qual: More phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 14, 2012
1 parent e3d8c07 commit 90fd8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/FunctionsTest.php
Expand Up @@ -247,7 +247,7 @@ public function testDolNbOfLinesBis()
$after=dol_nboflines_bis($input,0);
$this->assertEquals($after,3);

$input="A string<br>with a é, &, < and >.\nThird line";
$input="A string<br>with a é, &, < and >.<br>Third line";
$after=dol_nboflines_bis($input,0);
$this->assertEquals($after,3);

Expand Down

0 comments on commit 90fd8ab

Please sign in to comment.