fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-27 17:32:55 +00:00
parent 58e2f10f65
commit 8b96453794

View File

@ -1196,7 +1196,7 @@ final class ApiController extends Controller
$css = ''; $css = '';
} }
$css = \file_get_contents(__DIR__ . '/../../../Web/Backend/css/backend-small.css'); $css = \file_get_contents(__DIR__ . '/../../../Web/Backend/css/backend-small.css');
if ($css === false) { if ($css === false) {
$css = ''; // @codeCoverageIgnore $css = ''; // @codeCoverageIgnore
} }