src/JS.php
changed.
Other files ignored by Codecov
.github/workflows/test.yml
has changed.
127 | 127 | */ |
|
128 | 128 | public function __construct() |
|
129 | 129 | { |
|
130 | - | call_user_func_array(array('parent', '__construct'), func_get_args()); |
|
130 | + | call_user_func_array(array('\\MatthiasMullie\Minify\\Minify', '__construct'), func_get_args()); |
|
131 | 131 | ||
132 | 132 | $dataDir = __DIR__ . '/../data/js/'; |
|
133 | 133 | $options = FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES; |
Files | Coverage |
---|---|
src | 99.35% |
Project Totals (3 files) | 99.35% |