Skip to content

Commit c565a28

Browse files
authored
Fix(lint): phpstan (#63)
1 parent 28a54b0 commit c565a28

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-
$current_plugin_folder = basename(realpath(__DIR__ . '/../'));
34+
$current_plugin_folder = basename(dirname(__DIR__));
3535

3636
require __DIR__ . '/../../../tests/bootstrap.php';
3737
require dirname(__DIR__) . '/vendor/autoload.php';

0 commit comments

Comments
 (0)