aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/libs/GenericArrayObjectTest.php
Commit message (Expand)AuthorAgeFilesLines
* site: Simplify SiteList by removing GenericArrayObject indirectionTimo Tijhof2023-06-051-278/+0
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+0
* Tests: Mark more more closures as staticUmherirrender2021-02-091-2/+2
* build: Update mediawiki/mediawiki-codesniffer to 35.0.0Umherirrender2021-01-311-1/+1
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-1/+1
* Replace all `new stdClass()` with identical `(object)[]`Thiemo Kreuz2020-03-041-1/+1
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+279
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-279/+0
* Remove @dataProvider and @covers from non-test functionsUmherirrender2018-03-181-3/+1
* build: Updating mediawiki/mediawiki-codesniffer to 16.0.0Umherirrender2018-02-171-1/+1
* Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCaseKunal Mehta2018-01-011-0/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* tests: Clean up file headersTimo Tijhof2015-04-011-1/+0
* Convert most libs/ tests to use PHPUnit_Framework_TestCaseChad Horohoe2014-12-291-1/+1
* Pass phpcs-strict on some test files (7/11)Siebrand Mazeland2014-04-241-1/+2
* docs: closure -> Closure; callback -> callableumherirrender2014-04-191-1/+1
* @covers tags for unit testsaddshore2013-10-241-0/+16
* Update code formattingSiebrand Mazeland2013-04-261-1/+2
* Update formattingSiebrand Mazeland2013-02-151-7/+5
* pass codesniffer on tests/Antoine Musso2013-01-281-2/+2
* Fixed SiteArray serializationjeroendedauw2012-12-121-0/+20
* Remove the \ before the class name.Platonides2012-12-111-1/+1
* Remove broken test.jeroendedauw2012-12-081-5/+4
* Added sites functionality, a much more generic and flexible version of the ex...jeroendedauw2012-10-121-1/+1
* Added default implmentation of instanceProvider to GenericArrayObjectTestjeroendedauw2012-08-291-6/+14
* use InvalidArgumentException rather then Exceptionjeroendedauw2012-08-271-1/+1
* Fix type of exception no longer matching after someone changed it without run...jeroendedauw2012-08-241-2/+1
* Added GenericArrayObject class and associated test basejeroendedauw2012-08-131-0/+238