File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
setup-integration/framework Expand file tree Collapse file tree 4 files changed +1
-4
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 );
1413$ testsBaseDir = dirname (__DIR__ );
1514$ integrationTestsDir = realpath ("{$ testsBaseDir }/../integration " );
1615$ 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 );
1716// phpcs:ignore Magento2.Functions.DiscouragedFunction
1817$ testsBaseDir = dirname (__DIR__ );
1918$ 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 );
1615$ testsBaseDir = dirname (__DIR__ );
1716$ integrationTestsDir = realpath ("{$ testsBaseDir }/../integration " );
1817$ fixtureBaseDir = $ integrationTestsDir . '/testsuite ' ;
Original file line number Diff line number Diff line change 1515use Magento \Framework \View \Design \Theme \ThemePackageFactory ;
1616
1717require __DIR__ . '/autoload.php ' ;
18- error_reporting ( E_ALL );
18+
1919if (!defined ('TESTS_TEMP_DIR ' )) {
2020 define ('TESTS_TEMP_DIR ' , dirname (__DIR__ ) . '/tmp ' );
2121}
You can’t perform that action at this time.
0 commit comments