Skip to content

Commit c3b6aa0

Browse files
committed
MQE-768: Framework cannot depend on relative file structure to execute tests
- Test Fixes
1 parent 192dc4d commit c3b6aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/_bootstrap.php

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
defined('TESTS_BP') || define('TESTS_BP', __DIR__);
4444
defined('TESTS_MODULE_PATH') || define('TESTS_MODULE_PATH', TESTS_BP . $RELATIVE_TESTS_MODULE_PATH);
45+
defined('MAGENTO_BP') || define('MAGENTO_BP', __DIR__);
4546

4647
$utilDir = DIRECTORY_SEPARATOR . 'Util'. DIRECTORY_SEPARATOR . '*.php';
4748

0 commit comments

Comments
 (0)