Nelmio\Alice\Throwable\Exception\Generator\Instantiator\InstantiatorNotFoundExceptionTest::testIsExtensible PHP Method

testIsExtensible() public method

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