1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 06:36:52 +02:00

feat(tests): fix test for getCacheID() method #477

This commit is contained in:
Awilum
2020-10-17 18:21:32 +03:00
parent 600e9c28de
commit 41b7e7fcdc

View File

@@ -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'));