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

testIsABuildThrowable() public method

    public function testIsABuildThrowable()
    {
        $this->assertTrue(is_a(RootExpressionLanguageParseException::class, BuildThrowable::class, true));
    }
ExpressionLanguageParseThrowableTest