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