From cf70d0beb49c2b8f93a778172d7497c44102e654 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 15 Jul 2019 21:50:01 -0400 Subject: [PATCH] Updated PConfiguration test to honor the type-hint --- tests/src/Core/Config/PConfigurationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Core/Config/PConfigurationTest.php b/tests/src/Core/Config/PConfigurationTest.php index 1d5e9c0a1..5554731bf 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();