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