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

testIsNotAnInstantiationThrowable() public method

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