Skip to content

Commit

Permalink
Merge pull request #896 from dereuromark/master-test-cases-fix
Browse files Browse the repository at this point in the history
remove duplicate line
  • Loading branch information
lorenzo committed Oct 11, 2012
2 parents 1110e26 + 2dfb40b commit 036c249
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php
Expand Up @@ -354,8 +354,6 @@ public function testAddMiddle() {
$expected = array_merge(array($modelClass => array('name' => 'testAddMiddle', $parentField => '2')), $result);
$this->assertSame($expected, $result);

$laterCount = $this->Tree->find('count');

$laterCount = $this->Tree->find('count');
$this->assertEquals($initialCount + 1, $laterCount);

Expand Down

0 comments on commit 036c249

Please sign in to comment.