mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing pirate spelling in model.test.php. Thanks to 'teknoid' for the patch. Fixes #6002
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7983 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
c4fe08415b
commit
6c243e1106
1 changed files with 1 additions and 1 deletions
|
@ -3217,7 +3217,7 @@ class ModelTest extends CakeTestCase {
|
|||
$this->loadFixtures('Article', 'Tag', 'Comment', 'User');
|
||||
$data = array(
|
||||
'Article' => array(
|
||||
'user_id' => 1, 'title' => 'RRticle Has and belongs to Many Tags'
|
||||
'user_id' => 1, 'title' => 'Article Has and belongs to Many Tags'
|
||||
),
|
||||
'Tag' => array(
|
||||
'Tag' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue