spec\Crummy\Phlack\Bot\RepeaterBotSpec::it_sets_and_gets_a_matcher PHP Метод

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

public it_sets_and_gets_a_matcher ( NonMatcher $matcher )
$matcher Crummy\Phlack\Common\Matcher\NonMatcher
    public function it_sets_and_gets_a_matcher(NonMatcher $matcher)
    {
        $this->setMatcher($matcher)->shouldReturn($this);
        $this->getMatcher()->shouldReturn($matcher);
    }