mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fix syntax
This commit is contained in:
parent
1a62c147fe
commit
a7a49c5f8e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue