Esempio n. 1
0
 public function testCreateGroupAgain()
 {
     $r = $this->api->create_group($this->group_name, $this->group_description);
     $this->assertFail($r);
     print 'Test creating the same group a second time';
 }