Skip to content

Commit d266e07

Browse files
committed
Not using cached collection instances.
1 parent d8e6c9b commit d266e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CPMDBTests/TestClasses/CPMDBTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function getCacheFolder() : FolderInfo
2626

2727
protected function createCollection() : ModCollection
2828
{
29-
return createTestCollection();
29+
return createTestCollection(false);
3030
}
3131

3232
protected function createAteliers() : AtelierCollection

0 commit comments

Comments
 (0)