Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Commit 2589fa9

Browse files
committed
Merge pull request #189 from rskuipers/feature/fix-params
Clear params on dispatch
2 parents cdc2129 + e7c5ba3 commit 2589fa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • app/code/community/EcomDev/PHPUnit/Controller/Request

app/code/community/EcomDev/PHPUnit/Controller/Request/Http.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public function resetInternalProperties()
158158
// From Http request
159159
$this->_paramSources = array('_GET', '_POST');
160160
$this->_requestUri = null;
161+
$this->_params = array();
161162
$this->_baseUrl = null;
162163
$this->_basePath = null;
163164
$this->_pathInfo = '';

0 commit comments

Comments
 (0)