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