public function test_show_project() { $show_project = $this->client->show_project($this->project->hashedId); $this->assertInternalType('object', $show_project); $this->assertObjectHasAttribute('id', $show_project); }