From: Hypolite Petovan Date: Tue, 16 Jul 2019 01:50:01 +0000 (-0400) Subject: Updated PConfiguration test to honor the type-hint X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf70d0beb49c2b8f93a778172d7497c44102e654;p=friendica.git Updated PConfiguration test to honor the type-hint --- diff --git a/tests/src/Core/Config/PConfigurationTest.php b/tests/src/Core/Config/PConfigurationTest.php index 1d5e9c0a17..5554731bfd 100644 --- a/tests/src/Core/Config/PConfigurationTest.php +++ b/tests/src/Core/Config/PConfigurationTest.php @@ -460,7 +460,7 @@ abstract class PConfigurationTest extends MockedTest public function testInvalidUid() { // bad UID! - $uid = null; + $uid = 0; $this->testedConfig = $this->getInstance();