spec\Crummy\Phlack\Common\Matcher\NonMatcherSpec::it_is_a_matcher PHP Метод

it_is_a_matcher() публичный Метод

public it_is_a_matcher ( )
    public function it_is_a_matcher()
    {
        $this->shouldHaveType('Crummy\\Phlack\\Common\\Matcher\\NonMatcher');
        $this->shouldImplement('\\Crummy\\Phlack\\Common\\Matcher\\MatcherInterface');
    }