Exemplo n.º 1
0
 function it_should_accept_a_visitor(VisitorInterface $visitor)
 {
     $visitor->visitCharacterClass($this)->shouldBeCalled();
     $this->accept($visitor);
 }
Exemplo n.º 2
0
 function it_should_accept_a_visitor(VisitorInterface $visitor)
 {
     $visitor->visitNotAction($this)->shouldBeCalled();
     $this->accept($visitor);
 }
Exemplo n.º 3
0
 function it_should_accept_a_visitor(VisitorInterface $visitor)
 {
     $visitor->visitRuleReference($this)->shouldBeCalled();
     $this->accept($visitor);
 }