Skip to content

Commit

Permalink
Skip error for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Dec 6, 2015
1 parent 8c5f78b commit f662b2f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -51,6 +51,8 @@ public function setUp() {
* @return void
*/
public function testControllerTypeError() {
$this->skipIf(version_compare(PHP_VERSION, '7.0', '<='), 'PHP Type Error in PHP7+');

$this->auth->controller(new StdClass());
}

Expand Down

0 comments on commit f662b2f

Please sign in to comment.