From 41b7e7fcdc67f440d81e438a40ad4b0315466b97 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 17 Oct 2020 18:21:32 +0300 Subject: [PATCH] feat(tests): fix test for getCacheID() method #477 --- tests/Entries/EntriesTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Entries/EntriesTest.php b/tests/Entries/EntriesTest.php index 28cb7d7b..e1cb646f 100644 --- a/tests/Entries/EntriesTest.php +++ b/tests/Entries/EntriesTest.php @@ -95,6 +95,7 @@ test('test getDirectoryLocation entry', function () { }); test('test getCacheID entry', function () { + flextype('registry')->set('flextype.settings.cache.enabled', false); flextype('entries')->create('foo', []); $this->assertEquals('', flextype('entries')->getCacheID('foo'));