Nelmio\Alice\Throwable\Exception\Generator\Resolver\UnresolvableValueExceptionTest::testIsARuntimeException PHP Method

testIsARuntimeException() public method

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