From e3c94350fd16e65ca7a9b58738c97ee015171710 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 3 Nov 2020 21:24:21 +0300 Subject: [PATCH] feat(tests): restore tests for Plugins #477 --- tests/Foundation/PluginsTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Foundation/PluginsTest.php b/tests/Foundation/PluginsTest.php index 58b04836..3d4b402c 100644 --- a/tests/Foundation/PluginsTest.php +++ b/tests/Foundation/PluginsTest.php @@ -5,8 +5,6 @@ declare(strict_types=1); use Flextype\Foundation\Flextype; use Atomastic\Strings\Strings; -/* - beforeEach(function() { // Create sandbox plugin filesystem()->directory(PATH['project'])->create(); @@ -42,4 +40,3 @@ test('test getPluginsCacheID() method', function () { $md5 = flextype('plugins')->getPluginsCacheID(flextype('plugins')->getPLuginsList()); $this->assertTrue(strlen($md5) == 32 && ctype_xdigit($md5)); }); -*/