You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParallelLintLintTest::testDeprecated(): fix the test
This test is expected to throw a deprecation warning for the PHP4-style class constructor (method named the same as the class).
In PHP 8, the deprecation warning is no longer thrown and PHP4-style constructor method are now treated as _normal_ methods.
This fixes the test to have the correct expectations.
0 commit comments