History log of /PHP-Parser/test/PhpParser/TokenTest.php (Results 1 – 3 of 3)
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)


# 892b07c4 29-Aug-2022 Nikita Popov

Add some test coverage for Token class