index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
includes
/
content
/
WikitextContentHandlerTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Use namespaced classes
Umherirrender
2024-10-21
1
-2
/
+3
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-0
/
+1
*
Move remaining four classes in includes/content into Content namespace
James D. Forrester
2024-08-10
1
-1
/
+1
*
Add namespace to FileContentHandler
Ebrahim Byagowi
2024-08-07
1
-0
/
+1
*
Add namespace to WikitextContent
Ebrahim Byagowi
2024-08-06
1
-1
/
+3
*
content: Widen `@covers` tags in phpunit tests
Timo Tijhof
2024-07-21
1
-15
/
+4
*
tests: Use namespaced classes (1)
Umherirrender
2024-06-14
1
-0
/
+1
*
tests: Remove usage of deprecated methods on ContentHandler
daniel
2024-04-30
1
-0
/
+23
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-5
/
+5
*
Remove indirect calls to IDBAccessObject::READ_* constants
Atieno
2024-01-29
1
-1
/
+1
*
tests: Use namespaced classes
Umherirrender
2023-12-11
1
-0
/
+1
*
WikitextContentHandler/ParserOutput: move redirect header to post processing
C. Scott Ananian
2023-09-15
1
-32
/
+0
*
Avoid DB access in non-database tests
Daimona Eaytoy
2023-08-06
1
-2
/
+17
*
Merge "Hard-deprecate ParserOutput::{get,set}Flag()"
jenkins-bot
2023-08-02
1
-1
/
+4
|
\
|
*
Hard-deprecate ParserOutput::{get,set}Flag()
C. Scott Ananian
2023-07-28
1
-1
/
+4
*
|
tests: Avoid database usage when possible
Daimona Eaytoy
2023-07-31
1
-16
/
+15
|
/
*
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2023-06-19
1
-1
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`
Derick Alangi
2022-07-23
1
-1
/
+2
*
tests: Use WikiPageFactory to create WikiPage object
Umherirrender
2022-06-26
1
-1
/
+1
*
Language: Inject NamespaceInfo
Bartosz Dziewoński
2022-05-11
1
-2
/
+1
*
Clarify generate-html and make ParserOutput behave as expected
Brian Wolff
2022-05-03
1
-1
/
+1
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-4
/
+3
*
Replace Content::getParserOutput call to ContentRenderer::getParserOutput
Roman Stolar
2021-10-20
1
-0
/
+22
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Replace PHPUnit ->returnValue() with ->willReturn() shortcut
Thiemo Kreuz
2021-04-22
1
-2
/
+2
*
phpunit: Mass-replace setMethods with onlyMethods and adjust
Daimona Eaytoy
2021-04-16
1
-2
/
+2
*
Merge "Revert "Add change tags for media additions/removals""
jenkins-bot
2021-03-26
1
-32
/
+0
|
\
|
*
Revert "Add change tags for media additions/removals"
Urbanecm
2021-03-26
1
-32
/
+0
*
|
Merge "Add change tags for media additions/removals"
jenkins-bot
2021-03-22
1
-0
/
+32
|
\
|
|
*
Add change tags for media additions/removals
Matthias Mullie
2021-03-10
1
-0
/
+32
*
|
Split WikitextContentHandlerTest into separate unit tests
DannyS712
2021-03-15
1
-108
/
+3
|
/
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-1
/
+2
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-4
/
+4
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-1
/
+1
*
Clean up most of b/c for phpunit4
Amir Sarabadani
2019-10-06
1
-2
/
+2
*
tests: Prefer PHPUnit's assertSame() when comparing empty strings
Thiemo Kreuz
2019-09-20
1
-1
/
+1
*
Add some missing @covers tags
Kunal Mehta
2019-02-02
1
-0
/
+6
*
Deprecate Content::getNativeData, add TextContent::getText
daniel
2019-01-16
1
-4
/
+4
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-1
/
+1
*
Add constant for the name of the 'main' slot for MCR
Gergő Tisza
2018-09-24
1
-2
/
+3
*
Introduce ContentHandler::getSecondaryDataUpdates.
daniel
2018-09-14
1
-0
/
+27
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-2
/
+1
*
MagicWordFactory to replace MagicWord static members/methods
Aryeh Gregor
2018-07-30
1
-1
/
+3
*
Use ::class to resolve class names in tests
Umherirrender
2018-01-26
1
-1
/
+1
*
Remove very, very old disabled test cases and todos
Thiemo Mättig
2017-12-28
1
-17
/
+0
*
Add @covers tags to ContentHandler tests
Kunal Mehta
2017-12-27
1
-0
/
+6
*
Add new core tags
petarpetkovic
2017-11-30
1
-0
/
+105
*
phpunit: Avoid use of deprecated getMock for PHPUnit 5 compat
Timo Tijhof
2017-04-06
1
-1
/
+1
*
Create fields & data for image/file data indexing
Stanislav Malyshev
2016-09-26
1
-2
/
+11
[next]