Ejemplo n.º 1
0
 public function testWalkValue()
 {
     $this->assertEquals('value', $this->visitor->walkValue(new Value('value')));
 }