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

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

    public function testIsAnInstantiationThrowable()
    {
        $this->assertTrue(is_a(InstantiationException::class, InstantiationThrowable::class, true));
    }