diff options
author | Mario <mario@mariovavti.com> | 2024-06-13 19:07:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-13 19:07:05 +0000 |
commit | ff018b975b47a57433b5f76634f9948164919e25 (patch) | |
tree | 408f52fb71a955ab2bf13a3b8f89c6d293b217e6 /tests/unit/Module/TestCase.php | |
parent | 6e0d0e38321dda6075586c12244c73eff6623565 (diff) | |
parent | fcd657040e90b957068be0c6010faa78020cf05d (diff) | |
download | volse-hubzilla-ff018b975b47a57433b5f76634f9948164919e25.tar.gz volse-hubzilla-ff018b975b47a57433b5f76634f9948164919e25.tar.bz2 volse-hubzilla-ff018b975b47a57433b5f76634f9948164919e25.zip |
Merge branch 'fix-rpost-module' into 'dev'
Refactoring and fixed for Module\Rpost
See merge request hubzilla/core!2136
Diffstat (limited to 'tests/unit/Module/TestCase.php')
-rw-r--r-- | tests/unit/Module/TestCase.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/Module/TestCase.php b/tests/unit/Module/TestCase.php index e7051e001..f2e19f265 100644 --- a/tests/unit/Module/TestCase.php +++ b/tests/unit/Module/TestCase.php @@ -25,6 +25,7 @@ class TestCase extends \Zotlabs\Tests\Unit\UnitTestCase { $_SERVER['REQUEST_METHOD'] = 'GET'; $_SERVER['SERVER_PROTOCOL'] = 'HTTP/1.1'; + $_SERVER['QUERY_STRING'] = "q={$uri}"; $_REQUEST = $_GET; \App::init(); |