Nelmio\Alice\Throwable\GenerationThrowableTest::testIsABuildThrowable PHP Method

testIsABuildThrowable() public method

    public function testIsABuildThrowable()
    {
        $this->assertTrue(is_a(RootGenerationException::class, LoadingThrowable::class, true));
    }
GenerationThrowableTest