コード例 #1
0
 public function testload_flow_beans()
 {
     $aowWorkFlow = new AOW_WorkFlow();
     //execute the method and test if it works and does not throws an exception.
     try {
         $aowWorkFlow->load_flow_beans();
         $this->assertTrue(true);
     } catch (Exception $e) {
         $this->fail();
     }
 }