diff --git a/test/phpunit/FunctionsTest.php b/test/phpunit/FunctionsTest.php
index 7afb8270fed..6948292c9d9 100755
--- a/test/phpunit/FunctionsTest.php
+++ b/test/phpunit/FunctionsTest.php
@@ -247,7 +247,7 @@ class FunctionsTest extends PHPUnit_Framework_TestCase
$after=dol_nboflines_bis($input,0);
$this->assertEquals($after,3);
- $input="A string
with a é, &, < and >.\nThird line";
+ $input="A string
with a é, &, < and >.
Third line";
$after=dol_nboflines_bis($input,0);
$this->assertEquals($after,3);