Skip to content

Commit

Permalink
Removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 5, 2014
1 parent bec1ba2 commit b8e780a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/Model/Behavior/TreeBehaviorTest.php
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit b8e780a

Please sign in to comment.