mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
c19c88567b
Until PHPUnit7, the Stub interface came from phpunit-mock-object, and it was at PHPUnit\Framework\MockObject\Stub. Then, phpunit-mock-object was merged into PHPUnit, and: - The interface above was moved to PHPUnit\Framework\MockObject\Stub\Stub - The FQSEN above started pointing at a completely different interface This is a temporary hack to allow upgrading to PHPUnit 8, and MUST be removed as soon as the upgrade is complete. The :string typehint is also necessary in PHPUnit8, and it will work with PHPUnit 6 as well. Bug: T192167 Change-Id: I07cebd07088bced5c5ddc62936f0098dfa39e151 |
||
---|---|---|
.. | ||
phpunit | ||
qunit | ||
selenium | ||
bootstrap.php | ||
echo.suite.xml |