File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
setup-integration/framework Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 10
10
require_once __DIR__ . '/../../../../app/bootstrap.php ' ;
11
11
require_once __DIR__ . '/autoload.php ' ;
12
12
13
+ error_reporting (E_ALL );
13
14
$ testsBaseDir = dirname (__DIR__ );
14
15
$ integrationTestsDir = realpath ("{$ testsBaseDir }/../integration " );
15
16
$ fixtureBaseDir = $ integrationTestsDir . '/testsuite ' ;
Original file line number Diff line number Diff line change 13
13
require_once __DIR__ . '/../../../../app/bootstrap.php ' ;
14
14
require_once __DIR__ . '/autoload.php ' ;
15
15
16
+ error_reporting (E_ALL );
16
17
// phpcs:ignore Magento2.Functions.DiscouragedFunction
17
18
$ testsBaseDir = dirname (__DIR__ );
18
19
$ fixtureBaseDir = $ testsBaseDir . '/testsuite ' ;
Original file line number Diff line number Diff line change 12
12
//to handle different types of errors on CI
13
13
require __DIR__ . '/../../error_handler.php ' ;
14
14
15
+ error_reporting (E_ALL );
15
16
$ testsBaseDir = dirname (__DIR__ );
16
17
$ integrationTestsDir = realpath ("{$ testsBaseDir }/../integration " );
17
18
$ fixtureBaseDir = $ integrationTestsDir . '/testsuite ' ;
You can’t perform that action at this time.
0 commit comments