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

testIsExtensible() public method

public testIsExtensible ( )
    public function testIsExtensible()
    {
        $exception = new ChildResolverNotFoundException();
        $this->assertInstanceOf(ChildResolverNotFoundException::class, $exception);
    }