Fix syntax

This commit is contained in:
Val Bancer 2018-09-12 17:32:00 +02:00
parent 1a62c147fe
commit a7a49c5f8e

View file

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