Updated PConfiguration test to honor the type-hint

This commit is contained in:
Hypolite Petovan 2019-07-15 21:50:01 -04:00
parent 68f5b639eb
commit cf70d0beb4
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ abstract class PConfigurationTest extends MockedTest
public function testInvalidUid()
{
// bad UID!
$uid = null;
$uid = 0;
$this->testedConfig = $this->getInstance();