Nelmio\Alice\Throwable\Exception\Generator\Instantiator\InstantiationExceptionTest::testIsExtensible PHP Метод

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

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