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

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

    public function testIsNotAnInstantiationThrowable()
    {
        $this->assertFalse(is_a(InstantiatorNotFoundException::class, InstantiationThrowable::class, true));
    }