History log of /PHP-Parser/test/PhpParser/Builder/EnumCaseTest.php (Results 1 – 6 of 6)
Revision Date Author Comments
# daaadc3b 03-Jun-2024 Jorg Adam Sowa

Adjust tests to be compatible with PHPUnit 10 (#998)

This avoids warnings on PHPUnit 10, without actually
switching to PHPUnit 10.


# d57da64d 31-May-2024 Jorg Adam Sowa

Add missing void return types (#997)


# 21a3e8ca 14-Dec-2022 Nikita Popov

Fix attrGroups/attributes confusion in EnumCase builder

Found by staabm in #907.


# 23835d20 03-Sep-2022 Nikita Popov

Rename Scalar\LNumber to Scalar\Int_


# a5033e38 29-Aug-2022 Nikita Popov

Format tests as well

The unnecessary parentheses for "new" are a bit annoying, but I
can live with it...


# 99a24b6a 05-Nov-2021 Jaroslav Hanslík

Added builders for enum and enum case