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

testIsAResolutionThrowable() public method

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