aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/install-phpunit.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove install-phpunit.shChad Horohoe2015-04-241-38/+0
| | | | | | | | | | | | | 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
* Fix PHPUnit version to 3.7.35physikerwelt (Moritz Schubotz)2014-05-101-1/+2
| | | | | | | | | | "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
* make error message prettyJuneHyeon Bae2013-04-101-1/+1
| | | | Change-Id: I45d04691aca8a1e2c7bb94537da8e04d2bbf0481
* Fix PEAR part of install-phpunit.sh.Matthew Flaschen2012-12-181-2/+3
| | | | | | | | * 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
* pear -> portChad Horohoe2011-06-041-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/89480
* Also support macportsChad Horohoe2011-06-041-0/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/89479
* Installer and doc fixups thanks to Zak Greant.Mark A. Hershberger2010-12-211-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/78704
* update install-phpunit.sh so people who read ↵Mark A. Hershberger2010-12-191-0/+7
| | | | | | | [[Unit_Testing#Installing_PHPUnit|about installing it]] can actually use it. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/78594
* Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. ↵Chad Horohoe2010-12-141-0/+23
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