php-parser/test/code/prettyPrinter/stmt
2021-09-03 15:06:33 +02:00
..
alias.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
attributes.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
break_continue.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
class_const.test PHP 7.1: Class constant visibility support 2016-07-05 23:01:06 +02:00
class.test Pretty printer test coverage 2016-02-20 21:49:21 +01:00
const.test Pretty printer test coverage 2016-02-20 21:49:21 +01:00
declare.test Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +01:00
do_while.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
enum.test Add handling for Enum(Case)s in NameResolver 2021-07-03 15:09:11 +02:00
for.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
foreach.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
function_signatures.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
global_static_variables.test Pretty printer test coverage 2016-02-20 21:49:21 +01:00
goto.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
groupUse.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
haltCompiler.file-test Fix __halt_compiler() pretty printing edge case 2016-02-20 18:24:32 +01:00
if.test Drop test failing on HHVM 2015-10-03 12:17:41 +02:00
intersection_types.test Add support for intersection types 2021-09-03 15:06:33 +02:00
multiCatch.test PHP 7.1: Support multi-catch 2016-07-22 15:40:00 +02:00
namespaces.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
nullable_types.test Fix pretty-printing of nullable types 2016-12-06 12:26:21 +01:00
properties.test Add support for new PHP 8.1 modifiers (#796) 2021-07-21 12:43:29 +02:00
property_promotion.test Allow multiple modifiers for property promotion 2021-08-08 19:12:44 +02:00
staticType.test Add support for static return type 2020-08-09 18:52:32 +02:00
switch.test Fix duplicate switch comment assignment 2018-01-30 23:06:20 +01:00
throw.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
traitUse.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
tryCatch_without_variable.test [PHP 8.0] Add exception witout variable 2020-06-03 09:18:13 +02:00
tryCatch.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
union_types.test Add support for union types 2019-11-08 14:45:32 +01:00
while.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00