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

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

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