From 183851b06bd6c52f3cae5375f433da720d410447 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 18:12:39 +0000 Subject: MediaWiki 1.7.1 wiederhergestellt --- tests/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/README (limited to 'tests/README') diff --git a/tests/README b/tests/README new file mode 100644 index 00000000..de153184 --- /dev/null +++ b/tests/README @@ -0,0 +1,8 @@ +Some quickie unit tests done with the PHPUnit testing framework. To run the +test suite, run 'make test' in this dir or 'php RunTests.php' + +You can install PHPUnit via pear like this: +# pear install PHPUnit + +Or fetch and install it manually: +http://pear.php.net/package/PHPUnit -- cgit v1.2.3-54-g00ecf