mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-11 17:08:40 +00:00
fix tests
This commit is contained in:
parent
58e2f10f65
commit
8b96453794
|
|
@ -1196,7 +1196,7 @@ final class ApiController extends Controller
|
|||
$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) {
|
||||
$css = ''; // @codeCoverageIgnore
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user