Youshido\Tests\Parser\AstTest::testVariableLogicException PHP Method

testVariableLogicException() public method

    public function testVariableLogicException()
    {
        $variable = new Variable('id', 'int', false, false, new Location(1, 1));
        $variable->getValue();
    }