From 0d68007e5c7b8e18f91771c7dbfba89682bfb57e Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 11 Jul 2017 10:01:08 -0400 Subject: [PATCH] Revert changes in 2290b612f830782ee506ef34d4f71a366f1b1aab I think they broke the builds in our CI environments. Refs #10894 --- lib/Cake/Test/Case/Model/models.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/Cake/Test/Case/Model/models.php b/lib/Cake/Test/Case/Model/models.php index d9b770162..babc5e7ff 100644 --- a/lib/Cake/Test/Case/Model/models.php +++ b/lib/Cake/Test/Case/Model/models.php @@ -260,13 +260,7 @@ class Article extends CakeTestModel { * * @var array */ - public $hasAndBelongsToMany = array( - 'Tag' => array( - 'order' => array( - 'Tag.id' => 'ASC', - ), - ), - ); + public $hasAndBelongsToMany = array('Tag'); /** * validate property