Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Rabaix committed Feb 28, 2012
1 parent 7cc899a commit a96ed8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Route/PathInfoBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public function testBuild()

$pathBuilder->build($admin, $routeCollection);

$this->assertCount(8,$routeCollection->getElements());
$this->assertCount(9, $routeCollection->getElements());
}
}
2 changes: 1 addition & 1 deletion Tests/Route/QueryStringBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public function testBuild()

$pathBuilder->build($admin, $routeCollection);

$this->assertCount(8,$routeCollection->getElements());
$this->assertCount(9,$routeCollection->getElements());
}
}

0 comments on commit a96ed8e

Please sign in to comment.