Fix phpunit
This commit is contained in:
parent
b6a95b4be5
commit
6ec36ab04e
@ -901,7 +901,7 @@ class FunctionsLibTest extends PHPUnit\Framework\TestCase
|
|||||||
{
|
{
|
||||||
$s=img_picto('title', 'user');
|
$s=img_picto('title', 'user');
|
||||||
print __METHOD__." s=".$s."\n";
|
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);
|
$s=img_picto('title', 'img.png', 'style="float: right"', 0);
|
||||||
print __METHOD__." s=".$s."\n";
|
print __METHOD__." s=".$s."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user