Don't try looking for phpunit if it is already loaded
authorKunal Mehta <legoktm@gmail.com>
Wed, 1 Jul 2015 20:40:53 +0000 (13:40 -0700)
committerBryanDavis <bdavis@wikimedia.org>
Wed, 1 Jul 2015 21:36:43 +0000 (21:36 +0000)
commit71ede19ea80def1087df327f47d1460f27f96cbb
treeab242f9c0c037e79e5775021bc5dbbaa584f68da
parent56928b15efd7740075b0c33093eca219c5d8595e
Don't try looking for phpunit if it is already loaded

If phpunit is installed via composer, it will already be present in the
autoloader, so including other paths won't do anything.

Also add some output to make it easier to figure out where phpunit is
being loaded from.

Change-Id: Id6d23626b158779f6ff56e6d0f20d519f2f4ad18
tests/phpunit/phpunit.php