public function testcheckPostMaxSizeError()
 {
     $SugarView = new SugarView();
     //execute the method. it should return False because Request parameters are not available.
     $postMaxSizeError = $SugarView->checkPostMaxSizeError();
     $this->assertFalse($postMaxSizeError);
 }