Skip to content

Commit

Permalink
Fixed a minor issue in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed May 21, 2015
1 parent beac544 commit 71f3ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Controller/CustomizedBackendTest.php
Expand Up @@ -25,7 +25,7 @@ public function setUp()

public function testListViewPageMainMenu()
{
$crawler = $this->requestShowView();
$crawler = $this->requestListView();

$this->assertEquals('Categories', trim($crawler->filter('#header-menu li.active')->text()));
}
Expand Down

0 comments on commit 71f3ac0

Please sign in to comment.