Nelmio\Alice\Throwable\Exception\Generator\Resolver\ResolverNotFoundExceptionTest::testIsNotAResolutionThrowable PHP Метод

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

    public function testIsNotAResolutionThrowable()
    {
        $this->assertFalse(is_a(ResolverNotFoundException::class, ResolutionThrowable::class, true));
    }