Mark Scherer 9 年之前
父节点
当前提交
685931a88e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/TestCase/Utility/UtilityTest.php

+ 1 - 1
tests/TestCase/Utility/UtilityTest.php

@@ -527,7 +527,7 @@ class UtilityTest extends TestCase {
 				'Deep' => [true],
 				'Even' => ['Deeper' => ['Nested' => [false, true]]]
 			],
-			'Integer' => ['Value' => [ - 3]],
+			'Integer' => ['Value' => [-3]],
 		];
 		$result = Utility::flattenList($is);