2
0
forked from Wavyzz/dolibarr

Fix phpunit

This commit is contained in:
Laurent Destailleur
2019-10-02 20:36:57 +02:00
parent b6a95b4be5
commit 6ec36ab04e

View File

@@ -901,7 +901,7 @@ class FunctionsLibTest extends PHPUnit\Framework\TestCase
{
$s=img_picto('title', 'user');
print __METHOD__." s=".$s."\n";
$this->assertContains('theme', $s, 'testImgPicto1');
$this->assertContains('fa-user', $s, 'testImgPicto1');
$s=img_picto('title', 'img.png', 'style="float: right"', 0);
print __METHOD__." s=".$s."\n";