Updated PConfiguration test to honor the type-hint
This commit is contained in:
parent
68f5b639eb
commit
cf70d0beb4
|
@ -460,7 +460,7 @@ abstract class PConfigurationTest extends MockedTest
|
|||
public function testInvalidUid()
|
||||
{
|
||||
// bad UID!
|
||||
$uid = null;
|
||||
$uid = 0;
|
||||
|
||||
$this->testedConfig = $this->getInstance();
|
||||
|
||||
|
|
Loading…
Reference in a new issue