mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing issue where test would pass on InnoDB but would fail on MyISAM
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7909 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
930a2d954f
commit
2d9f2c5ac8
1 changed files with 2 additions and 2 deletions
|
@ -1657,7 +1657,7 @@ class ThePaper extends CakeTestModel {
|
|||
* @var array
|
||||
* @access public
|
||||
*/
|
||||
var $hasAndBelongsToMany = array('Monkey' => array('joinTable' => 'the_paper_monkies'));
|
||||
var $hasAndBelongsToMany = array('Monkey' => array('joinTable' => 'the_paper_monkies', 'order' => 'id'));
|
||||
}
|
||||
/**
|
||||
* Monkey class
|
||||
|
|
Loading…
Add table
Reference in a new issue