aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/structure/AutoLoaderStructureTest.php
Commit message (Expand)AuthorAgeFilesLines
* Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* Include core PSR-4 classes in the generated classmapMáté Szabó2022-11-081-20/+0
* Add @coversNothing to all structure testsDaimona Eaytoy2022-10-071-0/+3
* Merge "AutoLoader: provide methods for registering classes"jenkins-bot2022-05-101-6/+8
|\
| * AutoLoader: provide methods for registering classesdaniel2022-05-101-6/+8
* | Split out slow ScopeStructureTest for easier paratest parallelizationAaron Schulz2022-05-101-64/+0
|/
* tests: Change use of AtEase to at operatorTimo Tijhof2022-02-241-5/+1
* tests: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* phpunit: Use is_file/is_dir instead of file_existsKosta Harlan2022-01-031-1/+1
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-0/+64
* AutoLoaderStructureTest: Re-write slashes so test passes on WindowsUmherirrender2020-12-131-3/+7
* Add structure test to verify all PSR-4 directories existKunal Mehta2020-08-061-0/+15
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Add PSR-4 mappings for existing namespaces and the top levelTim Starling2020-03-101-59/+0
* Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-1/+1
* Fix the namespace of SpecialPageFactoryTim Starling2020-02-211-2/+7
* Upgrade PHPUnit to version 7Max Semenik2019-11-201-1/+3
* AutoLoader: Skip tokenizing of irrelevant lines in ClassCollectorTimo Tijhof2019-06-191-1/+1
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+211
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-211/+0
* Exempt structure tests from @covers checksGergő Tisza2019-06-111-3/+0
* Normalize dir path in AutoLoaderStructureTestLucas Werkmeister2019-06-071-1/+3
* Collapse some nested if statementsReedy2019-04-041-7/+5
* Remove array_unique() on expected classes in checkAutoLoadConf()Alangi Derick2018-11-301-8/+9
* AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directoriesBrad Jorsch2018-09-201-1/+21
* Revert "Use pathinfo() in AutoLoaderStructureTest::testPSR4Completeness"Hashar2018-06-251-1/+1
* Use pathinfo() in AutoLoaderStructureTest::testPSR4CompletenessAntoine Musso2018-06-251-1/+1
* Don't autoload classes in AutoloadStructureTestKunal Mehta2018-05-291-6/+13
* AutoLoaderStructureTest: Allow PSR-4 directories to have files with 0 classesKunal Mehta2018-05-261-13/+21
* Split AutoloaderTest into a structure and class testKunal Mehta2018-05-261-0/+178