Skip to content

Commit

Permalink
Replaced test assertion to resolve undefined method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Swinkels committed Feb 26, 2021
1 parent 06412dc commit 4b46634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function testFilterExceptionHandler()
{
$filter = $this->getModel();
$filteredValue = $filter->filter(null);
$this->assertInternalType('string', $filteredValue);
$this->assertTrue(is_string($filteredValue));
}

/**
Expand Down

0 comments on commit 4b46634

Please sign in to comment.