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.
1 parent fa99d3a commit 5603d12Copy full SHA for 5603d12
tests/bootstrap.php
@@ -32,7 +32,7 @@
32
*/
33
34
chdir(__DIR__ . '/../../..'); // Needed because of some exec() call in the core's boostrap file
35
-require __DIR__ . '/../../../phpunit/bootstrap.php';
+require __DIR__ . '/../../../tests/bootstrap.php';
36
chdir(__DIR__); // Return to normal directory
37
38
if (!Plugin::isPluginActive("advancedforms")) {
0 commit comments