History log of /PHP-Parser/test/PhpParser/NodeVisitorForTesting.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 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...


# 9c5eb3cc 04-Jun-2022 Nikita Popov

Add some missing type annotations


# 1bf073a7 08-Aug-2020 Nikita Popov

Avoid most MockBuilder uses in NodeVisitor testing

This removes all the warnings about at() usage ... even though
it is still used. Apparently warnings don't get emitted if the
at()

Avoid most MockBuilder uses in NodeVisitor testing

This removes all the warnings about at() usage ... even though
it is still used. Apparently warnings don't get emitted if the
at() usage is inside a data provider?

show more ...