Example #1
0
 public function testGetProjects()
 {
     $result = $this->client->getProjects();
     $this->assertTrue(is_array($result));
 }