shutdownNode() публичный Метод

public shutdownNode ( Node $node )
$node LibCloud\Compute\Model\Node
 /**
  * @depends testListNodesWithId
  */
 public function testShutdownNode($node)
 {
     $this->addMockSubscriber($this->getTestFilePath('Server'));
     $this->addMockSubscriber($this->getTestFilePath('Server_Meta'));
     $this->setExpectedException('OpenCloud\\Common\\Exceptions\\UnsupportedExtensionError', 'os-server-start-stop extension is not installed');
     $this->provider->shutdownNode($node);
 }