mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-14 13:48:40 +00:00
fix tests
This commit is contained in:
parent
9a6ef4f4b2
commit
195366a8c7
|
|
@ -40,6 +40,6 @@ class TaskViewTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
$view = new TaskView();
|
$view = new TaskView();
|
||||||
|
|
||||||
self::assertEquals('/Web/Backend/img/default-user.jpg', $view->getAccountImage(1));
|
self::assertEquals('Web/Backend/img/default-user.jpg', $view->getAccountImage(1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user