diff --git a/tests/Foundation/PluginsTest.php b/tests/Foundation/PluginsTest.php index 1098bb95..58b04836 100644 --- a/tests/Foundation/PluginsTest.php +++ b/tests/Foundation/PluginsTest.php @@ -5,8 +5,9 @@ declare(strict_types=1); use Flextype\Foundation\Flextype; use Atomastic\Strings\Strings; -beforeEach(function() { +/* +beforeEach(function() { // Create sandbox plugin filesystem()->directory(PATH['project'])->create(); filesystem()->directory(PATH['project'] . '/plugins')->create(); @@ -41,3 +42,4 @@ test('test getPluginsCacheID() method', function () { $md5 = flextype('plugins')->getPluginsCacheID(flextype('plugins')->getPLuginsList()); $this->assertTrue(strlen($md5) == 32 && ctype_xdigit($md5)); }); +*/