public function testUpdateBadGroup() { $r = $this->api->update_group($this->group_name, $this->bad_group_id, $this->group_update_description); $this->assertFail($r); print 'Test update non-existant group'; }