CI: Fix theme controller test

pull/5674/head
Angel Fernando Quiroz Campos 1 year ago
parent 3cef176347
commit a26bbece70
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 2
      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);
}

Loading…
Cancel
Save