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 1010require_once __DIR__ . '/../../../../app/bootstrap.php ' ;
1111require_once __DIR__ . '/autoload.php ' ;
1212
13+ error_reporting (E_ALL );
1314$ testsBaseDir = dirname (__DIR__ );
1415$ integrationTestsDir = realpath ("{$ testsBaseDir }/../integration " );
1516$ fixtureBaseDir = $ integrationTestsDir . '/testsuite ' ;
Original file line number Diff line number Diff line change 1313require_once __DIR__ . '/../../../../app/bootstrap.php ' ;
1414require_once __DIR__ . '/autoload.php ' ;
1515
16+ error_reporting (E_ALL );
1617// phpcs:ignore Magento2.Functions.DiscouragedFunction
1718$ testsBaseDir = dirname (__DIR__ );
1819$ fixtureBaseDir = $ testsBaseDir . '/testsuite ' ;
Original file line number Diff line number Diff line change 1212//to handle different types of errors on CI
1313require __DIR__ . '/../../error_handler.php ' ;
1414
15+ error_reporting (E_ALL );
1516$ testsBaseDir = dirname (__DIR__ );
1617$ integrationTestsDir = realpath ("{$ testsBaseDir }/../integration " );
1718$ fixtureBaseDir = $ integrationTestsDir . '/testsuite ' ;
You can’t perform that action at this time.
0 commit comments