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 10
10
require_once __DIR__ . '/../../../../app/bootstrap.php ' ;
11
11
require_once __DIR__ . '/autoload.php ' ;
12
12
13
- error_reporting (E_ALL );
14
13
$ testsBaseDir = dirname (__DIR__ );
15
14
$ integrationTestsDir = realpath ("{$ testsBaseDir }/../integration " );
16
15
$ 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 );
17
16
// phpcs:ignore Magento2.Functions.DiscouragedFunction
18
17
$ testsBaseDir = dirname (__DIR__ );
19
18
$ 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 );
16
15
$ testsBaseDir = dirname (__DIR__ );
17
16
$ integrationTestsDir = realpath ("{$ testsBaseDir }/../integration " );
18
17
$ fixtureBaseDir = $ integrationTestsDir . '/testsuite ' ;
Original file line number Diff line number Diff line change 15
15
use Magento \Framework \View \Design \Theme \ThemePackageFactory ;
16
16
17
17
require __DIR__ . '/autoload.php ' ;
18
- error_reporting ( E_ALL );
18
+
19
19
if (!defined ('TESTS_TEMP_DIR ' )) {
20
20
define ('TESTS_TEMP_DIR ' , dirname (__DIR__ ) . '/tmp ' );
21
21
}
You can’t perform that action at this time.
0 commit comments