Nelmio\Alice\Throwable\Exception\Generator\Resolver\ResolverNotFoundExceptionTest::testIsNotAResolutionThrowable PHP Method

testIsNotAResolutionThrowable() public method

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