public function test_list_projects() { $projects = $this->client->list_projects(); $this->assertTrue(is_array($projects)); $this->assertObjectHasAttribute('id', $projects[0]); }