mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 01:08:41 +00:00
fix tests
This commit is contained in:
parent
58e2f10f65
commit
8b96453794
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user