Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #429 from AKSW/feature/removeTodoInIndexController…
…Test

Resolve TODO because the referenced zend issue doesn't exist anymore
  • Loading branch information
white-gecko committed Jul 10, 2017
2 parents 9c20df6 + 30df34e commit 73f9c29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions application/tests/unit/controller/IndexControllerTest.php
Expand Up @@ -68,9 +68,7 @@ public function testInvalidActionWithMessagesDefaultsToMessagesAction()
$this->assertController('index');
$this->assertAction('messages');

// TODO: Remove the @ again, when the ZF issue is resolved
// Currently there is a interface mismatch between PHPUnit >= 3.6 and ZF 1.x
@$this->assertQueryContentContains('p.messagebox', 'Test Message');
$this->assertQueryContentContains('p.messagebox', 'Test Message');
}

public function testEmptyAction()
Expand Down

0 comments on commit 73f9c29

Please sign in to comment.