1 parent 28a54b0 commit c565a28Copy full SHA for c565a28
1 file changed
tests/bootstrap.php
@@ -31,7 +31,7 @@
31
* -------------------------------------------------------------------------
32
*/
33
34
-$current_plugin_folder = basename(realpath(__DIR__ . '/../'));
+$current_plugin_folder = basename(dirname(__DIR__));
35
36
require __DIR__ . '/../../../tests/bootstrap.php';
37
require dirname(__DIR__) . '/vendor/autoload.php';
0 commit comments