summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-07-28 11:52:48 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-07-28 11:52:48 +0200
commit222b01f5169f1c7e69762e0e8904c24f78f71882 (patch)
tree8e932e12546bb991357ec48eb1638d1770be7a35 /tests/Makefile
parent00ab76a6b686e98a914afc1975812d2b1aaa7016 (diff)
update to MediaWiki 1.16.0
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index 25ccda35..00000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-.PHONY: help test
-all test:
- php run-test.php ArticleTest.php
- php run-test.php GlobalTest.php
- php run-test.php DatabaseTest.php
- php run-test.php ImageFunctionsTest.php
- php run-test.php SearchMySQL4Test.php
-install:
- cvs -z9 -d:pserver:cvsread:@cvs.php.net:/repository/ co -P pear/PHPUnit
- mv pear/PHPUnit .
- rm -rf pear
-clean:
- rm -rf PHPUnit pear
-help:
- # Options:
- # test (default) Run the unit tests
- # install Install PHPUnit from CVS
- # clean Remove local PHPUnit install
- # help You're looking at it!