wiki.techinc.nl/tests/phpunit/includes/diff
Daimona Eaytoy ef5ab69629 Replace setExpectedException with two args
Find: ^(\t*)(\$this->)setExpectedException\(\s+(\\?[a-z\\]+::class),\s+('(?:[^'\\]|\\')+'|"(?:[^"\\]|\\")+")\s+\);

Replace: $1$2expectException( $3 );\n$1\$this->expectExceptionMessage( $4 );

+broke long lines manually.

Bug: T192167
Change-Id: I5557b4372625def55a53ac637c2f980f51f12933
2019-10-05 16:14:05 +00:00
..
CustomDifferenceEngine.php Refactor calls to deprecated function Content::getNativeData() 2019-02-15 17:48:01 +00:00
DifferenceEngineSlotDiffRendererTest.php phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
DifferenceEngineTest.php Replace setExpectedException with two args 2019-10-05 16:14:05 +00:00
FakeDiffOp.php
SlotDiffRendererTest.php phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
TextSlotDiffRendererTest.php Call resetServices() when setting globals in tests 2019-08-29 14:26:13 +03:00
UnsupportedSlotDiffRendererTest.php Add UnknownContentHandler. 2019-08-29 10:43:11 +00:00