mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
correct spelling mistake
This commit is contained in:
parent
df269ba0ef
commit
9a86f7e883
1 changed files with 1 additions and 1 deletions
|
@ -3477,7 +3477,7 @@ class ContainableBehaviorTest extends CakeTestCase {
|
||||||
'joinTable' => 'articles_tags',
|
'joinTable' => 'articles_tags',
|
||||||
'foreignKey' => 'article_id',
|
'foreignKey' => 'article_id',
|
||||||
'associationForeignKey' => 'tag_id',
|
'associationForeignKey' => 'tag_id',
|
||||||
// LENGHT function mysql-only, using LIKE does almost the same
|
// LENGTH function mysql-only, using LIKE does almost the same
|
||||||
'conditions' => "ShortTag.tag LIKE '???'"
|
'conditions' => "ShortTag.tag LIKE '???'"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue