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
assertRegExp should be replaced with assertMatchesRegularExpression
TestListener
Test listeners (as used in \Scoutapm\IntegrationTests\CheckScoutApmKeyListener) are deprecated, \PHPUnit\Runner\TestHook should be used instead. Need to investigate whether \PHPUnit\Runner\TestHook is available when running older phpunits (compatible with PHP 7.1) - polyfill or some workaround may be necessary if not.
The text was updated successfully, but these errors were encountered:
The following items will be removed in phpunit 10, so we should look into alternatives:
at(n)
self::at(n)
is currently in use and should be replaced (see sebastianbergmann/phpunit#4297)In most cases,
withConsecutive
and/orwillReturnOnConsecutiveCalls
should be used.assertRegExp
See sebastianbergmann/phpunit#4086
assertRegExp
should be replaced withassertMatchesRegularExpression
TestListener
Test listeners (as used in
\Scoutapm\IntegrationTests\CheckScoutApmKeyListener
) are deprecated,\PHPUnit\Runner\TestHook
should be used instead. Need to investigate whether\PHPUnit\Runner\TestHook
is available when running older phpunits (compatible with PHP 7.1) - polyfill or some workaround may be necessary if not.The text was updated successfully, but these errors were encountered: