示例#1
0
 public function testExecutePost()
 {
     $post = $this->_action->executePost();
     $this->assertArrayHasKey('success', $post);
     $this->assertEquals('post', $post['method']);
     $this->assertEquals(3, count($post));
 }
示例#2
0
 /**
  * Tests Frapi_Action->executePost()
  */
 public function testExecutePost()
 {
     // TODO Auto-generated Frapi_ActionTest->testExecutePost()
     $this->markTestIncomplete("executePost test not implemented");
     $this->action->executePost();
 }