php-parser/test/code/formatPreservation
Tomas Votruba f68e1a43ff
[PHP 8.1] Add support for enums (#758)
RFC: https://wiki.php.net/rfc/enumerations

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
2021-04-25 21:11:36 +02:00
..
addingPropertyType.test Add PHP 7.4 typed properties support 2019-01-05 21:34:25 +01:00
anonClasses.test Change test to use correct node type 2019-01-12 17:31:37 +01:00
array_spread.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
arrow_function.test [PHP 7.4] Add support for arrow functions (#602) 2019-05-09 14:17:28 +02:00
attributes.test Add basic FPPP support for attributes 2020-09-19 16:43:45 +02:00
basic.test FPPP: Support removing nodes from start of list 2020-08-23 17:35:37 +02:00
blockConversion.test
classMethodNop.test Canonicalize to PHP 8 comment token format 2020-06-27 18:53:09 +02:00
comments.test
emptyListInsertion.test FPPP: Support inserting into empty lists 2019-05-11 22:49:32 +02:00
enum.test [PHP 8.1] Add support for enums (#758) 2021-04-25 21:11:36 +02:00
fixup.test
inlineHtml.test
insertionOfNullable.test FPPP: Support catch without variable 2020-06-27 17:42:46 +02:00
listInsertion.test FPPP: Fix remove + add at start of list 2020-09-22 22:41:02 +02:00
listInsertionIndentation.test
listRemoval.test FPPP: Fix code block detection during removal 2020-08-29 16:28:28 +02:00
match.test Fix file name 2020-07-22 18:30:00 +02:00
modifierChange.test Add constructor promotion support 2020-06-27 17:57:47 +02:00
namedArgs.test Add named argument support 2020-08-09 17:37:44 +02:00
nopCommentAtEnd.test Check for empty $append in safeAppend() 2018-07-07 12:34:07 +02:00
removalViaNull.test FPPP: Support catch without variable 2020-06-27 17:42:46 +02:00
removingPropertyType.test Add PHP 7.4 typed properties support 2019-01-05 21:34:25 +01:00
rewriteVariableInterpolationString.test Allow both '{' and T_CURLY_OPEN as curly bracket (#732) 2020-12-03 18:42:00 +01:00
traitAlias.test