diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php index 56170c3..b1ec345 100644 --- a/tests/AutoloaderTest.php +++ b/tests/AutoloaderTest.php @@ -5,6 +5,7 @@ require_once __DIR__.'/../vendor/autoload.php'; use Bnomei\Autoloader; + beforeEach(function () { $this->dir = __DIR__.'/site/plugins/example'; $this->dir2 = __DIR__.'/site/plugins/another';