function it_mismatches_empty_string_using_comparison_operator() { $this->shouldThrow(new FailureException('Not expected val1, but got one.'))->duringNegativeMatch('beLike', '', array('')); }