Browse Source

Removing dead code

Jose Lorenzo Rodriguez 12 years ago
parent
commit
b8e780a097
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Model/Behavior/TreeBehaviorTest.php

+ 0 - 1
tests/TestCase/Model/Behavior/TreeBehaviorTest.php

@@ -181,7 +181,6 @@ class TreeBehaviorTest extends TestCase {
 		$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;
 	}
 
 /**