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

testIsAResolutionThrowable() public method

    public function testIsAResolutionThrowable()
    {
        $this->assertTrue(is_a(UnresolvableValueException::class, ResolutionThrowable::class, true));
    }