Page MenuHomePhabricator

Replace getInvocationCount() in PHPUnit tests to support PHPUnit 10
Closed, ResolvedPublic

Description

PHPUnit 10 removes the function getInvocationCount() which is used when building mock objects

This needs replacement in extensions.
Do not replace with withConsecutive() (T426489)

Event Timeline