From b8e780a0971dcd220e888ce779be6476c24cfb88 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sun, 6 Apr 2014 00:05:14 +0200 Subject: [PATCH] Removing dead code --- tests/TestCase/Model/Behavior/TreeBehaviorTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestCase/Model/Behavior/TreeBehaviorTest.php b/tests/TestCase/Model/Behavior/TreeBehaviorTest.php index 9358275ddb7..fc4c4f6ac36 100644 --- a/tests/TestCase/Model/Behavior/TreeBehaviorTest.php +++ b/tests/TestCase/Model/Behavior/TreeBehaviorTest.php @@ -181,7 +181,6 @@ public function testMoveUp() { $nodes = $table->find('children', ['for' => 1])->all(); $this->assertEquals([3, 4, 5, 2], $nodes->extract('id')->toArray()); $this->assertEquals(['lft' => 2, 'rght' => 7], $node->extract(['lft', 'rght'])); - return; } /**