Beispiel #1
0
 public function testGetCountObjects()
 {
     $count = $this->rackspace->getCountObjects();
     $this->assertTrue($count !== false);
     $this->assertTrue(is_numeric($count));
 }