spec\PHPSpec2\Matcher\MatchersCollection::it_will_complain_if_no_matchers_registered PHP Method

it_will_complain_if_no_matchers_registered() public method

    function it_will_complain_if_no_matchers_registered()
    {
        $this->shouldThrow(new MatcherNotFoundException('crazy_alias'))->duringFind('crazy_alias', 42, array());
    }