Skip to content

Commit

Permalink
improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Mar 16, 2015
1 parent 6119906 commit 4e30371
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/src/Helper/InputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ protected function newHelper()
));
}

public function test__invoke()
{
$this->assertSame($this->helper, $this->helper->__invoke());
}

public function testCheckbox()
{
$spec = array(
Expand Down

0 comments on commit 4e30371

Please sign in to comment.