Returns a matcher that matches when the method it is evaluated for is never executed.
@since Method available since Release 3.0.0
PHPUnit_Framework_MockObject_Matcher_InvokedCount
function never() {
return call_user_func_array('PHPUnit_Framework_TestCase::never', func_get_args());
}