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

testIsAResolutionThrowable() public method

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