Remove install-phpunit.sh
authorChad Horohoe <chadh@wikimedia.org>
Fri, 24 Apr 2015 17:36:19 +0000 (10:36 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 24 Apr 2015 17:36:19 +0000 (10:36 -0700)
commit013c859b9972df87001aa8aab7c04f756c2bb34a
treece3341d2eb008083ed0056a44266527ea3d8308e
parentccf3d679347e8bbcf5d1c00dfe01e5a1d17f757c
Remove install-phpunit.sh

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
tests/phpunit/Makefile
tests/phpunit/install-phpunit.sh [deleted file]