Mark Scherer 10 年 前
コミット
ec0d503eaf
2 ファイル変更3 行追加3 行削除
  1. 2 2
      .travis.yml
  2. 1 1
      Test/Case/Controller/Component/AuthExtComponentTest.php

+ 2 - 2
.travis.yml

@@ -11,14 +11,14 @@ env:
     - PLUGIN_NAME=Tools
     - DB=mysql
   matrix:
-    - DB=mysql CAKE_VERSION=2.6
     - DB=mysql CAKE_VERSION=2.7
+    - DB=mysql CAKE_VERSION=2.8
 
 matrix:
   include:
     - php: 5.4
       env:
-        - CAKE_VERSION=2.6
+        - CAKE_VERSION=2.7
         - COVERALLS=1
   fast_finish: true
 

+ 1 - 1
Test/Case/Controller/Component/AuthExtComponentTest.php

@@ -21,7 +21,7 @@ class AuthExtComponentTest extends CakeTestCase {
 
 		$this->Controller->User->belongsTo = [
 			'Role' => [
-				'className' => 'Tools.Role'
+				//'className' => 'Tools.Role'
 			]
 		];
 	}