diff --git a/tests/FallbackInterfaceTest.php b/tests/FallbackInterfaceTest.php index 484fae0..99282d2 100644 --- a/tests/FallbackInterfaceTest.php +++ b/tests/FallbackInterfaceTest.php @@ -101,6 +101,7 @@ class FallbackInterfaceTest extends TestCase $result = $fallbackInterface->exists('ZZZ'); + $this->assertIsBool($result); $this->assertFalse($result); } }