Skip to content

Commit 5603d12

Browse files
Update phpunit bootstrap, needed cause of core changes
1 parent fa99d3a commit 5603d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333

3434
chdir(__DIR__ . '/../../..'); // Needed because of some exec() call in the core's boostrap file
35-
require __DIR__ . '/../../../phpunit/bootstrap.php';
35+
require __DIR__ . '/../../../tests/bootstrap.php';
3636
chdir(__DIR__); // Return to normal directory
3737

3838
if (!Plugin::isPluginActive("advancedforms")) {

0 commit comments

Comments
 (0)