Nelmio\Alice\Throwable\Exception\ParameterNotFoundExceptionTest::testIsExtensible PHP Method

testIsExtensible() public method

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