Mark Scherer 9 years ago
parent
commit
685931a88e
1 changed files with 1 additions and 1 deletions
  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],
 				'Deep' => [true],
 				'Even' => ['Deeper' => ['Nested' => [false, true]]]
 				'Even' => ['Deeper' => ['Nested' => [false, true]]]
 			],
 			],
-			'Integer' => ['Value' => [ - 3]],
+			'Integer' => ['Value' => [-3]],
 		];
 		];
 		$result = Utility::flattenList($is);
 		$result = Utility::flattenList($is);