This should be flushed as part of the service provider

This commit is contained in:
Samuel Georges 2017-02-16 07:35:17 +11:00
parent cdc8b23fd4
commit 53414599ef
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ class RevisionableModelTest extends PluginTestCase
include_once base_path().'/tests/fixtures/plugins/database/tester/models/Post.php';
$this->runPluginRefreshCommand('Database.Tester');
Model::flushDuplicateCache();
}
public function testUpdateNothing()