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'));
    }