diff --git a/tests/CoreBundle/Controller/ThemeControllerTest.php b/tests/CoreBundle/Controller/ThemeControllerTest.php index 21a9147613..8f00adfa0b 100644 --- a/tests/CoreBundle/Controller/ThemeControllerTest.php +++ b/tests/CoreBundle/Controller/ThemeControllerTest.php @@ -24,7 +24,7 @@ class ThemeControllerTest extends WebTestCase { $client = static::createClient(); - $client->request('GET', '/themes/chamilo/default.css'); + $client->request('GET', '/themes/chamilo/nonexistent.css'); $this->assertResponseStatusCodeSame(Response::HTTP_NOT_FOUND); }