浏览代码

whitespace

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]]);