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
/
structure
/
AutoLoaderStructureTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace substr with cleaner string methods
Matěj Suchánek
2023-05-20
1
-1
/
+1
*
Include core PSR-4 classes in the generated classmap
Máté Szabó
2022-11-08
1
-20
/
+0
*
Add @coversNothing to all structure tests
Daimona Eaytoy
2022-10-07
1
-0
/
+3
*
Merge "AutoLoader: provide methods for registering classes"
jenkins-bot
2022-05-10
1
-6
/
+8
|
\
|
*
AutoLoader: provide methods for registering classes
daniel
2022-05-10
1
-6
/
+8
*
|
Split out slow ScopeStructureTest for easier paratest parallelization
Aaron Schulz
2022-05-10
1
-64
/
+0
|
/
*
tests: Change use of AtEase to at operator
Timo Tijhof
2022-02-24
1
-5
/
+1
*
tests: Replace some usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+3
*
phpunit: Use is_file/is_dir instead of file_exists
Kosta Harlan
2022-01-03
1
-1
/
+1
*
Safer autoloading with respect to file-scope code
Tim Starling
2021-01-11
1
-0
/
+64
*
AutoLoaderStructureTest: Re-write slashes so test passes on Windows
Umherirrender
2020-12-13
1
-3
/
+7
*
Add structure test to verify all PSR-4 directories exist
Kunal Mehta
2020-08-06
1
-0
/
+15
*
MediaWikiTestCase to MediaWikiIntegrationTestCase
addshore
2020-06-30
1
-1
/
+1
*
Add PSR-4 mappings for existing namespaces and the top level
Tim Starling
2020-03-10
1
-59
/
+0
*
Make use of PHPUnit's assertCount feature where possible
Thiemo Kreuz
2020-03-02
1
-1
/
+1
*
Fix the namespace of SpecialPageFactory
Tim Starling
2020-02-21
1
-2
/
+7
*
Upgrade PHPUnit to version 7
Max Semenik
2019-11-20
1
-1
/
+3
*
AutoLoader: Skip tokenizing of irrelevant lines in ClassCollector
Timo Tijhof
2019-06-19
1
-1
/
+1
*
Revert "Separate MediaWiki unit and integration tests"
Legoktm
2019-06-13
1
-0
/
+211
*
Separate MediaWiki unit and integration tests
Máté Szabó
2019-06-13
1
-211
/
+0
*
Exempt structure tests from @covers checks
Gergő Tisza
2019-06-11
1
-3
/
+0
*
Normalize dir path in AutoLoaderStructureTest
Lucas Werkmeister
2019-06-07
1
-1
/
+3
*
Collapse some nested if statements
Reedy
2019-04-04
1
-7
/
+5
*
Remove array_unique() on expected classes in checkAutoLoadConf()
Alangi Derick
2018-11-30
1
-8
/
+9
*
AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directories
Brad Jorsch
2018-09-20
1
-1
/
+21
*
Revert "Use pathinfo() in AutoLoaderStructureTest::testPSR4Completeness"
Hashar
2018-06-25
1
-1
/
+1
*
Use pathinfo() in AutoLoaderStructureTest::testPSR4Completeness
Antoine Musso
2018-06-25
1
-1
/
+1
*
Don't autoload classes in AutoloadStructureTest
Kunal Mehta
2018-05-29
1
-6
/
+13
*
AutoLoaderStructureTest: Allow PSR-4 directories to have files with 0 classes
Kunal Mehta
2018-05-26
1
-13
/
+21
*
Split AutoloaderTest into a structure and class test
Kunal Mehta
2018-05-26
1
-0
/
+178