Skip to content

Commit 7a96cdc

Browse files
Update bootstrap path
1 parent d6c3451 commit 7a96cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bootstrap.php

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

34-
require __DIR__ . '/../../../phpunit/bootstrap.php';
34+
require __DIR__ . '/../../../tests/bootstrap.php';
3535

3636
if (!Plugin::isPluginActive("{LNAME}")) {
3737
throw new RuntimeException("Plugin {LNAME} is not active in the test database");

0 commit comments

Comments
 (0)