| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The default fetch location is PEAR, which is not where PHPUnit
is distributed from anymore. apt-get and yum tend to ship horribly
outdated versions of PHPUnit that we don't want. Macports? Lol.
Instead one should install PHPUnit via composer. If you use vagrant
for testing, this is done for you. Our composer.json also lists
PHPUnit if you want to do it yourself.
Bug: T96834
Change-Id: I84ae186a9be2595cd594b428a07f3af684c258fe
|
|
|
|
|
|
|
|
|
|
| |
"MediaWiki tries to require PHPUnit files directly,
but the phpunit/phpunit PEAR channel now falls back to the PHAR
method (install a single file, /usr/bin/phpunit, with all classes
packed inside it)." (from the bug report)
Bug: 64597
Change-Id: Ib93b32473ab1a96ea97d90c15fd3675e8ec9843c
|
|
|
|
| |
Change-Id: I45d04691aca8a1e2c7bb94537da8e04d2bbf0481
|
|
|
|
|
|
|
|
| |
* Discover additional channel, update, and use alldeps.
* Remove obsolete pear.symfony-project.com
* Per https://www.mediawiki.org/wiki/Manual:PHP_unit_testing/Installing_PHPUnit#Using_PEAR
Change-Id: I7f348c967c1526736ec7f34d610d315f8aabd504
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89480
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89479
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/78704
|
|
|
|
|
|
|
| |
[[Unit_Testing#Installing_PHPUnit|about installing it]] can actually use it.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/78594
|
|
They're not strictly maintenance scripts, and some people want to do a selective checkout that doesn't include the tests. There's still debate on whether we should include these in the release downloads, but we had a pretty firm consensus to move this.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/78383
|