Skip to content

Commit

Permalink
remove unexecutable line
Browse files Browse the repository at this point in the history
remove unexecutable/unneeded line
when using @ExpectedException
  • Loading branch information
saeideng committed Oct 10, 2017
1 parent 9c2735c commit 5c8ed03
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1112,7 +1112,6 @@ public function testAddInputTypeException()
{
$restore = error_reporting(E_ALL & ~E_USER_DEPRECATED);
$this->RequestHandler->addInputType('csv', ['I am not callable']);
error_reporting($restore);
}

/**
Expand Down

0 comments on commit 5c8ed03

Please sign in to comment.