spec\PhpSpec\Runner\MatcherManagerSpec::it_throws_MatcherNotFoundException_if_matcher_not_found PHP 메소드

it_throws_MatcherNotFoundException_if_matcher_not_found() 공개 메소드

    function it_throws_MatcherNotFoundException_if_matcher_not_found()
    {
        $this->shouldThrow('PhpSpec\\Exception\\Wrapper\\MatcherNotFoundException')->duringFind('startWith', 'hello, world', array('hello'));
    }