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

feat(tests): mute tests for Plugins #477

This commit is contained in:
Awilum
2020-11-03 21:06:59 +03:00
parent 3df74646bf
commit 9f74b956ce

View File

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