Пример #1
0
 function it_should_return_element_value(NodeInterface $node)
 {
     $node->getText()->willReturn('abc');
     $this->getValue()->shouldReturn('abc');
 }