Browse Source

remove duplicate line

euromark 13 years ago
parent
commit
2dfb40bac0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php

+ 0 - 2
lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php

@@ -355,8 +355,6 @@ class TreeBehaviorNumberTest extends CakeTestCase {
 		$this->assertSame($expected, $result);
 
 		$laterCount = $this->Tree->find('count');
-
-		$laterCount = $this->Tree->find('count');
 		$this->assertEquals($initialCount + 1, $laterCount);
 
 		$children = $this->Tree->children($data[$modelClass]['id'], true, array('name'));