mediawiki-extensions-Echo/tests/phpunit
Daimona Eaytoy c19c88567b Hack: back-compat for PHPUnit's Stub interface
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
2019-11-18 16:58:18 +00:00
..
api Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00
cache Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00
controller Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
formatters Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
maintenance Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00
mapper Hack: back-compat for PHPUnit's Stub interface 2019-11-18 16:58:18 +00:00
model Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
revision_txt Ping users mentioned in edit summaries 2018-02-22 12:37:35 -08:00
unit Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00
AttributeManagerTest.php Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00
ContainmentSetTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
DiscussionParserTest.php Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00
EchoDbFactoryTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
EchoHooksTest.php Don't override checkmatrix defaults set elsewhere 2018-09-20 17:15:09 -07:00
EchoSummaryParserTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
NotificationsTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
NotificationStructureTest.php Add a test to validate $wgEchoNotifications 2018-10-10 19:07:04 -07:00
NotifUserTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
TalkPageFunctionalTest.php build: Upgrade mediawiki-codesniffer to v28.0.0 2019-10-10 09:29:24 +00:00
ThankYouEditTest.php Prefer strict assertSame() for all numeric assertions 2019-10-23 12:28:30 +02:00
UserLocatorTest.php Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00