spec\GrumPHP\Parser\Php\PhpParserErrorSpec::let PHP Метод

let() публичный Метод

public let ( )
    function let()
    {
        $exception = new Error('syntax error', ['startLine' => 61]);
        $this->beConstructedThrough('fromParseException', [$exception, 'JsonLint.php']);
    }