diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 646f7e7..81e6ac2 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -37,5 +37,5 @@ require dirname(__DIR__) . '/vendor/autoload.php'; if (!Plugin::isPluginActive($current_plugin_folder)) { - throw new RuntimeException("Plugin $current_plugin_folder is not active in the test database"); + throw new RuntimeException("Plugin $current_plugin_folder is not active in the test database"); }