From a7a49c5f8e6aafe5acf424a78752ebc7f1557b37 Mon Sep 17 00:00:00 2001 From: Val Bancer Date: Wed, 12 Sep 2018 17:32:00 +0200 Subject: [PATCH] Fix syntax --- lib/Cake/Test/Case/Model/ModelReadTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Cake/Test/Case/Model/ModelReadTest.php b/lib/Cake/Test/Case/Model/ModelReadTest.php index feda62de2..05f27cb8a 100644 --- a/lib/Cake/Test/Case/Model/ModelReadTest.php +++ b/lib/Cake/Test/Case/Model/ModelReadTest.php @@ -6559,7 +6559,6 @@ class ModelReadTest extends BaseModelTest { public function testBuildQueryCountI18nConditions() { $this->skipIf(!$this->db instanceof Mysql, 'This test is only compatible with Mysql.'); $dbName = $this->db->config['database']; - j $this->loadFixtures('TranslateArticle', 'TranslatedArticle', 'User'); $TestModel = new TranslatedArticle(); $TestModel->cacheQueries = false;