Nelmio\Alice\Throwable\Exception\Generator\Resolver\RecursionLimitReachedExceptionTest::testIsAResolutionThrowable PHP Метод

testIsAResolutionThrowable() публичный Метод

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