Nelmio\Alice\Throwable\Exception\Generator\Hydrator\InaccessiblePropertyExceptionTest::testIsARuntimeException PHP Method

testIsARuntimeException() public method

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