示例#1
0
 public function testGetPost()
 {
     $_POST['post1'] = 'val1';
     $this->assertEquals('val1', $this->_request->getPost('post1'));
 }