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

testIsARuntimeException() public method

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