Mercurial > hg > isophonics-drupal-site
view vendor/nikic/php-parser/test/PhpParser/Parser/Php7Test.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
line wrap: on
line source
<?php declare(strict_types=1); namespace PhpParser\Parser; use PhpParser\Lexer; use PhpParser\ParserTest; class Php7Test extends ParserTest { protected function getParser(Lexer $lexer) { return new Php7($lexer); } }