We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 679785e + b100f50 commit b18f563Copy full SHA for b18f563
bootstrap/bootstrap.php
@@ -29,5 +29,9 @@
29
30
AnnotationRegistry::registerFile($vendorDir.'/doctrine/phpcr-odm/lib/Doctrine/ODM/PHPCR/Mapping/Annotations/DoctrineAnnotations.php');
31
32
-define('CMF_TEST_ROOT_DIR', realpath(__DIR__.'/..'));
33
-define('CMF_TEST_CONFIG_DIR', CMF_TEST_ROOT_DIR.'/resources/config');
+if (!defined('CMF_TEST_ROOT_DIR')) {
+ define('CMF_TEST_ROOT_DIR', realpath(__DIR__.'/..'));
34
+}
35
+if (!defined('CMF_TEST_CONFIG_DIR')) {
36
+ define('CMF_TEST_CONFIG_DIR', CMF_TEST_ROOT_DIR.'/resources/config');
37
0 commit comments