We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192dc4d commit c3b6aa0Copy full SHA for c3b6aa0
dev/tests/_bootstrap.php
@@ -42,6 +42,7 @@
42
43
defined('TESTS_BP') || define('TESTS_BP', __DIR__);
44
defined('TESTS_MODULE_PATH') || define('TESTS_MODULE_PATH', TESTS_BP . $RELATIVE_TESTS_MODULE_PATH);
45
+defined('MAGENTO_BP') || define('MAGENTO_BP', __DIR__);
46
47
$utilDir = DIRECTORY_SEPARATOR . 'Util'. DIRECTORY_SEPARATOR . '*.php';
48
0 commit comments