Пример #1
0
 function it_can_build_with_Server_node(Server $server)
 {
     $server->__toString()->willReturn("server {\n}");
     $this->append($server);
     $this->dump()->shouldBeString();
 }