示例#1
0
 function it_should_accept_a_visitor(VisitorInterface $visitor)
 {
     $visitor->visitCharacterClass($this)->shouldBeCalled();
     $this->accept($visitor);
 }
示例#2
0
 function it_should_accept_a_visitor(VisitorInterface $visitor)
 {
     $visitor->visitNotAction($this)->shouldBeCalled();
     $this->accept($visitor);
 }
示例#3
0
 function it_should_accept_a_visitor(VisitorInterface $visitor)
 {
     $visitor->visitRuleReference($this)->shouldBeCalled();
     $this->accept($visitor);
 }