File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
define ('PIMCORE_KERNEL_CLASS ' , '\Dachcom\Codeception\App\TestAppKernel ' );
15
15
define ('PIMCORE_TEST ' , true );
16
16
17
- # we need the real asset directory to also test asset protection via acceptance tests!
18
- define ('PIMCORE_ASSET_DIRECTORY ' , PIMCORE_PROJECT_ROOT . '/web/var/assets ' );
19
17
20
18
Bootstrap::setProjectRoot ();
21
19
Bootstrap::bootstrap ();
24
22
Autoload::addNamespace ('Dachcom\Codeception ' , __DIR__ . '/_support ' );
25
23
Autoload::addNamespace ('Pimcore\Model\DataObject ' , sprintf ('%s/_output/var/classes/DataObject ' , $ bundleTestPath ));
26
24
25
+ # we need the real asset directory to also test asset protection via acceptance tests!
26
+ define ('PIMCORE_ASSET_DIRECTORY ' , PIMCORE_PROJECT_ROOT . '/web/var/assets ' );
27
+
27
28
if (!defined ('TESTS_PATH ' )) {
28
29
define ('TESTS_PATH ' , $ bundleTestPath );
29
30
}
You can’t perform that action at this time.
0 commit comments