diff --git a/tests/Views/TicketViewTest.php b/tests/Views/TicketViewTest.php index 0480454..60b59ed 100755 --- a/tests/Views/TicketViewTest.php +++ b/tests/Views/TicketViewTest.php @@ -40,6 +40,6 @@ class TicketViewTest extends \PHPUnit\Framework\TestCase { $view = new TicketView(); - self::assertEquals('/Web/Backend/img/default-user.jpg', $view->getAccountImage(1)); + self::assertEquals('Web/Backend/img/default-user.jpg', $view->getAccountImage(1)); } }