wiki.techinc.nl/tests/phpunit/includes/parser
Umherirrender a5cc068e40 tests: Avoid php warnings about deprecation from data providers
Call the suppression function in the data provider as that function is
called there. Also escape \ for the P to avoid \P

PHP Deprecated:  CacheTime::setCacheTime called with -1 as an argument
[Called from
MediaWiki\Tests\Parser\ParserOutputTest::provideMergeInternalMetaDataFrom
in /workspace/src/tests/phpunit/includes/parser/ParserOutputTest.php at
line 1028] in /workspace/src/includes/debug/MWDebug.php on line 379
PHP Warning:  preg_match(): Compilation failed: unknown property after
\P or \p at offset 19 in /workspace/src/includes/debug/MWDebug.php on
line 370
PHP Deprecated:  Use of MediaWiki\Parser\ParserOutput::setTOCHTML was
deprecated in MediaWiki 1.40. [Called from
MediaWiki\Tests\Parser\ParserCacheSerializationTestCases::getParserOutputTestCases
in /workspace/src/tests/phpunit/includes/parser/ParserCacheSerializationTestCases.php
at line 236] in /workspace/src/includes/debug/MWDebug.php on line 379

Bug: T355952
Follow-Up: Ifed584aac7947c47fd494a66564a3bd367f83c49
Change-Id: I7d6075b2c2b3d53db47e37040394bd013cece8a6
2024-02-25 15:55:30 +00:00
..
CacheTimeTest.php tests: Fix @covers and @coversDefaultClass to have leading \ 2024-02-16 22:43:56 +00:00
CoreParserFunctionsTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
ExtraParserTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
LinkHolderArrayIntegrationTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
MagicVariableTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
MagicWordFactoryTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
PageBundleJsonTraitTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
ParserCacheSerializationTestCases.php tests: Avoid php warnings about deprecation from data providers 2024-02-25 15:55:30 +00:00
ParserCacheTest.php Merge "[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()" 2024-02-21 17:11:00 +00:00
ParserMethodsTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
ParserOptionsTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
ParserOutputTest.php tests: Avoid php warnings about deprecation from data providers 2024-02-25 15:55:30 +00:00
ParserPreloadTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
ParserTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
PreprocessorTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
RevisionOutputCacheTest.php [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText() 2024-02-20 17:13:28 +00:00
SanitizerTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
StripStateTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
TagHooksTest.php tests: Namespace more parser classes 2024-02-17 00:38:31 +00:00
validateParserCacheSerializationTestData.php Namespace ParserOutput 2023-12-14 14:57:34 -05:00