1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 01:24:25 +02:00

feat(tests): restore tests for Plugins #477

This commit is contained in:
Awilum
2020-11-03 21:24:21 +03:00
parent 6a27f67a0b
commit e3c94350fd

View File

@@ -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));
});
*/