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