Beispiel #1
0
 public function testGetCountContainers()
 {
     $num = $this->rackspace->getCountContainers();
     $this->assertTrue($num > 0);
 }