2
0
forked from Wavyzz/dolibarr

Complete #33605 by adding phpunit tests

This commit is contained in:
ldestailleur
2025-03-27 10:39:08 +01:00
parent 9cbe86f384
commit df9fea28f1
2 changed files with 23 additions and 12 deletions

View File

@@ -1993,8 +1993,8 @@ class FunctionsLibTest extends CommonClassTest
$this->assertEquals("a", $result[0]);
$this->assertEquals("b c", $result[1]);
//$result = dolExplodeKeepIfQuotes("1 0");
//$this->assertEquals("1", $result[0]);
//$this->assertEquals("0", $result[1]);
$result = dolExplodeKeepIfQuotes("1 0");
$this->assertEquals("1", $result[0]);
$this->assertEquals("0", $result[1]);
}
}