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:
@@ -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));
|
||||
});
|
||||
*/
|
||||
|
Reference in New Issue
Block a user