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