Skip to content

Commit e882a00

Browse files
anzinandrewbess
authored andcommitted
AC-2464: instaled hardcode error_reporting in static tests
1 parent 5a5d6a5 commit e882a00

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/static/framework/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
require __DIR__ . '/autoload.php';
1818

19+
error_reporting(E_ALL);
1920
if (!defined('TESTS_TEMP_DIR')) {
2021
define('TESTS_TEMP_DIR', dirname(__DIR__) . '/tmp');
2122
}

0 commit comments

Comments
 (0)