diff --git a/tests/Foundation/PluginsTest.php b/tests/Foundation/PluginsTest.php index 2240d159..b209b781 100644 --- a/tests/Foundation/PluginsTest.php +++ b/tests/Foundation/PluginsTest.php @@ -7,6 +7,8 @@ use Atomastic\Strings\Strings; beforeEach(function() { // Create sandbox plugin + filesystem()->directory(PATH['project'])->create(0755, true); + filesystem()->directory(PATH['project'] . '/plugins')->create(0755, true); filesystem()->directory(PATH['project'] . '/plugins/sandbox')->create(0755, true); filesystem()->directory(PATH['project'] . '/plugins/sandbox/lang/')->create(0755, true); filesystem()->file(PATH['project'] . '/plugins/sandbox/lang/en_US.yaml')->put('sandbox_title: Sandbox');