Package: php-parser / 5.6.0-1

Metadata

Package Version Patches format
php-parser 5.6.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Allow require to search in the path.patch | (download)

bin/php-parse | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow autoload in system path

0002 Adapt shebang for PHP script.patch | (download)

bin/php-parse | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adapt shebang for php script

0003 Modernize PHPUnit syntax.patch | (download)

test/PhpParser/Builder/ClassConstTest.php | 5 2 + 3 - 0 !
test/PhpParser/Builder/EnumCaseTest.php | 5 2 + 3 - 0 !
test/PhpParser/Builder/ParamTest.php | 13 5 + 8 - 0 !
test/PhpParser/Builder/PropertyTest.php | 5 2 + 3 - 0 !
test/PhpParser/BuilderFactoryTest.php | 5 2 + 3 - 0 !
test/PhpParser/CodeParsingTest.php | 5 2 + 3 - 0 !
test/PhpParser/CommentTest.php | 6 3 + 3 - 0 !
test/PhpParser/ConstExprEvaluatorTest.php | 7 3 + 4 - 0 !
test/PhpParser/ErrorTest.php | 9 5 + 4 - 0 !
test/PhpParser/Internal/DifferTest.php | 6 4 + 2 - 0 !
test/PhpParser/JsonDecoderTest.php | 4 3 + 1 - 0 !
test/PhpParser/Lexer/EmulativeTest.php | 37 10 + 27 - 0 !
test/PhpParser/LexerTest.php | 10 4 + 6 - 0 !
test/PhpParser/NameContextTest.php | 5 2 + 3 - 0 !
test/PhpParser/Node/Expr/CallableLikeTest.php | 5 2 + 3 - 0 !
test/PhpParser/Node/IdentifierTest.php | 4 3 + 1 - 0 !
test/PhpParser/Node/NameTest.php | 4 3 + 1 - 0 !
test/PhpParser/Node/ParamTest.php | 5 2 + 3 - 0 !
test/PhpParser/Node/PropertyHookTest.php | 5 2 + 3 - 0 !
test/PhpParser/Node/Scalar/MagicConstTest.php | 6 3 + 3 - 0 !
test/PhpParser/Node/Scalar/StringTest.php | 9 3 + 6 - 0 !
test/PhpParser/Node/Stmt/ClassConstTest.php | 5 2 + 3 - 0 !
test/PhpParser/Node/Stmt/ClassMethodTest.php | 11 4 + 7 - 0 !
test/PhpParser/Node/Stmt/PropertyTest.php | 5 2 + 3 - 0 !
test/PhpParser/NodeAbstractTest.php | 18 6 + 12 - 0 !
test/PhpParser/NodeDumperTest.php | 6 3 + 3 - 0 !
test/PhpParser/NodeTraverserTest.php | 5 2 + 3 - 0 !
test/PhpParser/NodeVisitor/NameResolverTest.php | 5 2 + 3 - 0 !
test/PhpParser/ParserTestAbstract.php | 5 2 + 3 - 0 !
test/PhpParser/PrettyPrinterTest.php | 23 7 + 16 - 0 !
test/PhpParser/TokenTest.php | 4 3 + 1 - 0 !
31 files changed, 100 insertions(+), 147 deletions(-)

 modernize phpunit syntax