Exemplo n.º 1
0
 public function testcheck_in_group()
 {
     $aowWorkFlow = new AOW_WorkFlow();
     //test with two different modules
     $this->assertFalse($aowWorkFlow->check_in_group(1, 'Users', 1));
     $this->assertFalse($aowWorkFlow->check_in_group(1, 'Calls', 1));
 }