fix: ensure failed exists() is boolean
This commit is contained in:
@@ -101,6 +101,7 @@ class FallbackInterfaceTest extends TestCase
|
||||
|
||||
$result = $fallbackInterface->exists('ZZZ');
|
||||
|
||||
$this->assertIsBool($result);
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user