aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/unit/Module/TestCase.php2
-rw-r--r--vendor/composer/installed.php4
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/unit/Module/TestCase.php b/tests/unit/Module/TestCase.php
index 1a4cf52fc..dd88a5a3b 100644
--- a/tests/unit/Module/TestCase.php
+++ b/tests/unit/Module/TestCase.php
@@ -43,6 +43,8 @@ class TestCase extends UnitTestCase {
$_SERVER['REQUEST_METHOD'] = $method;
$_SERVER['SERVER_PROTOCOL'] = 'HTTP/1.1';
$_SERVER['QUERY_STRING'] = "q={$uri}";
+ $_SERVER['REQUEST_URI'] = $uri;
+
// phpcs:disable Generic.PHP.DisallowRequestSuperglobal.Found
$_REQUEST = array_merge($_GET, $_POST);
// phpcs::enable
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index 23f2c94a9..ce4076de9 100644
--- a/vendor/composer/installed.php
+++ b/vendor/composer/installed.php
@@ -3,7 +3,7 @@
'name' => 'zotlabs/hubzilla',
'pretty_version' => 'dev-10.2RC',
'version' => 'dev-10.2RC',
- 'reference' => 'd7aff9a4dd30a624a724edd638e41cf66add9b6b',
+ 'reference' => '8bc079aa3df70f62ef51ce42a6e45155cd3474f7',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -430,7 +430,7 @@
'zotlabs/hubzilla' => array(
'pretty_version' => 'dev-10.2RC',
'version' => 'dev-10.2RC',
- 'reference' => 'd7aff9a4dd30a624a724edd638e41cf66add9b6b',
+ 'reference' => '8bc079aa3df70f62ef51ce42a6e45155cd3474f7',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),