function it_does_not_matches_zero_with_emptish_values() { $this->shouldThrow(new FailureException('Expected val1, but got val2.'))->duringPositiveMatch('be', 0, array(false)); }