mediawiki-extensions-Math/tests/phpunit
Umherirrender e599afa6db Use assertStringContainsString in unit tests
Using assertContains() with string haystacks is deprecated and will not
be supported in PHPUnit 9. Refactor your test to use
assertStringContainsString() or assertStringContainsStringIgnoringCase()
instead.

Change-Id: Ic35f3c60a7f49dfe244b87192d7f161c117b37e1
2020-04-05 13:46:04 +02:00
..
DummyPropertyDataTypeLookup.php Move test helper classes into own class file 2019-12-06 21:47:52 +01:00
MathCoverageTest.php Make all @covers tags absolute, and fix some 2019-11-26 11:01:23 +01:00
MathDatabaseTest.php Fix escaping issues and a series of unrelated code cleanups 2020-03-21 14:53:15 +00:00
MathDataUpdaterTest.php build: Updating mediawiki/mediawiki-codesniffer to 29.0.0 2020-01-14 22:01:54 +00:00
MathFormatterTest.php Use assertStringContainsString in unit tests 2020-04-05 13:46:04 +02:00
MathHooksTest.php Make all @covers tags absolute, and fix some 2019-11-26 11:01:23 +01:00
MathIdTest.php Make all @covers tags absolute, and fix some 2019-11-26 11:01:23 +01:00
MathInputCheckRestbaseTest.php Use assertStringContainsString in unit tests 2020-04-05 13:46:04 +02:00
MathInputCheckTest.php Always call original constructors in tests, and more cleanups 2019-11-26 14:42:37 +01:00
MathLaTeXMLDatabaseTest.php Fix escaping issues and a series of unrelated code cleanups 2020-03-21 14:53:15 +00:00
MathLaTeXMLTest.php Merge "Update tests to not use MockBuilders, if not needed" 2019-11-26 11:34:45 +00:00
MathMathMLTest.php Use assertStringContainsString in unit tests 2020-04-05 13:46:04 +02:00
MathMLHttpRequestTester.php Move test helper classes into own class file 2019-12-06 21:47:52 +01:00
MathMLRdfBuilderTest.php Use assertStringContainsString in unit tests 2020-04-05 13:46:04 +02:00
MathMLTestStatus.php Move test helper classes into own class file 2019-12-06 21:47:52 +01:00
MathoidCliTest.php Use assertStringContainsString in unit tests 2020-04-05 13:46:04 +02:00
MathPngTest.php Make all @covers tags absolute, and fix some 2019-11-26 11:01:23 +01:00
MathRendererTest.php Always call original constructors in tests, and more cleanups 2019-11-26 14:42:37 +01:00
MathRestbaseInterfaceTest.php Use assertStringContainsString in unit tests 2020-04-05 13:46:04 +02:00
MathSourceTest.php Make all @covers tags absolute, and fix some 2019-11-26 11:01:23 +01:00
MathValidatorTest.php Stop using deprecated assertType 2020-01-17 16:15:37 +00:00