Nelmio\Alice\Throwable\Exception\ObjectNotFoundExceptionTest::testIsARuntimeException PHP Method

testIsARuntimeException() public method

    public function testIsARuntimeException()
    {
        $this->assertTrue(is_a(ObjectNotFoundException::class, \RuntimeException::class, true));
    }