Skip to content
Snippets Groups Projects
Commit 90fd8abd authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Qual: More phpunit tests

parent e3d8c07e
Branches
Tags
No related merge requests found
......@@ -247,7 +247,7 @@ class FunctionsTest extends PHPUnit_Framework_TestCase
$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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment