PHPSpec\Matcher\BasicMatcher::getNegativeFailureException PHP 메소드

getNegativeFailureException() 추상적인 보호된 메소드

abstract protected getNegativeFailureException ( string $name, mixed $subject, array $arguments ) : PhpSpec\Exception\Example\FailureException
$name string
$subject mixed
$arguments array
리턴 PhpSpec\Exception\Example\FailureException
    protected abstract function getNegativeFailureException($name, $subject, array $arguments);