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

testIsABuildThrowable() public method

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