php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
282 stars 21 forks source link

SettingsParseArgumentsTest: fix bug in test #102

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

The SettingsParseArgumentsTest::testMoreArguments() method was assigning to a non-existent property in the Settings class. The actual property is called $showDeprecated and the assertion was referring to the property correctly.

grogy commented 2 years ago

Thank you :+1: