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