Mark Scherer 10 年 前
コミット
412813b5c2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/TestCase/Model/Behavior/JsonableBehaviorTest.php

+ 1 - 1
tests/TestCase/Model/Behavior/JsonableBehaviorTest.php

@@ -230,7 +230,7 @@ class JsonableBehaviorTest extends TestCase {
 	public function testEncodeParamsAssocFalse() {
 		// $depth param added in 5.5.0
 		$this->skipIf(!version_compare(PHP_VERSION, '5.5.0', '>='));
-		
+
 		// Test encode depth = 1
 		$this->Comments->removeBehavior('Jsonable');
 		$this->Comments->addBehavior('Tools.Jsonable', ['fields' => ['details'], 'encodeParams' => ['depth' => 1], 'decodeParams' => ['assoc' => false]]);