Updated PConfiguration test to honor the type-hint
This commit is contained in:
parent
68f5b639eb
commit
cf70d0beb4
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue