wiki.techinc.nl/tests/phpunit/includes/jobqueue
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
..
jobs tests: Prefer assertSame() when comparing the integer 0 2019-09-19 15:35:23 +00:00
JobQueueMemoryTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
JobQueueTest.php tests: Prefer assertSame() when comparing the integer 0 2019-09-19 15:35:23 +00:00
JobTest.php Replace setExpectedException with two args 2019-10-05 16:14:05 +00:00
RefreshLinksPartitionTest.php Add @covers tags to jobqueue tests 2017-12-27 17:47:30 +00:00