Mercurial > hg > isophonics-drupal-site
comparison vendor/nikic/php-parser/test/PhpParser/Parser/Php5Test.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 5fb285c0d0e3 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
3 namespace PhpParser\Parser; | 3 namespace PhpParser\Parser; |
4 | 4 |
5 use PhpParser\Lexer; | 5 use PhpParser\Lexer; |
6 use PhpParser\ParserTest; | 6 use PhpParser\ParserTest; |
7 | 7 |
8 require_once __DIR__ . '/../ParserTest.php'; | |
9 | |
10 class Php5Test extends ParserTest | 8 class Php5Test extends ParserTest |
11 { | 9 { |
12 protected function getParser(Lexer $lexer) { | 10 protected function getParser(Lexer $lexer) { |
13 return new Php5($lexer); | 11 return new Php5($lexer); |
14 } | 12 } |