Commit graph

9 commits

Author SHA1 Message Date
Jan Berkel
1fbbb8a99f tests: Remove "install" target from makefile documentation
Follows up 013c859b99.

Change-Id: I1d015993f767c2d3f82a1ce4cd62b6c09eb2e90f
2015-09-02 23:58:26 +00:00
Chad Horohoe
013c859b99 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
2015-04-24 10:36:19 -07:00
Ricordisamoa
fc5fd5c37a Typo fixes and non-code tweaks
Skipped replacements:
* prefered → preferred
* prolly → probably

Skipped files:
* resources/lib/jquery.ui/jquery.ui.mouse.js
* resources/lib/jquery/jquery.form.js

Change-Id: Ib7923f362ddfca1b892bf5d601785d6b5aa5d44c
2014-12-12 18:31:15 +00:00
Dereckson
469426263e (bug 43808) PHPUnit Makefile is now compatible with BSD make.
Change-Id: Icf2d340524760ad17913a2e4231396a82c2dddf5
2013-01-10 07:29:54 +00:00
Antoine Musso
f0493a88a0 move parser fuzz test to ParserFuzz group
Somehow fixes bug 29493:
« Put parser fuzz tests in @group and disable by default »
2012-01-10 20:50:34 +00:00
Paul Copperman
8ec3ce80d9 Follow-Up r85618:
* UploadFromUrlTest.php: Remove another instance of stray ini_set statements.
* Makefile: Also exclude group Stub from tests when running 'make noparser' etc.
2011-04-11 16:41:23 +00:00
Antoine Musso
3f8524f459 PHPUnit target 'database' for db related tests 2011-03-02 20:45:44 +00:00
Mark A. Hershberger
25a35afe20 Installer and doc fixups thanks to Zak Greant. 2010-12-21 18:11:22 +00:00
Chad Horohoe
23f69f10ed Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. 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. 2010-12-14 16:26:35 +00:00