Import / web / www.xiaofrog.com / wiki / tests /
@John Ryland John Ryland authored on 22 Dec 2020
..
.htaccess import NUC files 5 years ago
.svnignore import NUC files 5 years ago
ArticleTest.php import NUC files 5 years ago
DatabaseTest.php import NUC files 5 years ago
GlobalTest.php import NUC files 5 years ago
ImageFunctionsTest.php import NUC files 5 years ago
LocalFileTest.php import NUC files 5 years ago
Makefile import NUC files 5 years ago
MediaWiki_TestCase.php import NUC files 5 years ago
README import NUC files 5 years ago
SearchEngineTest.php import NUC files 5 years ago
SearchMySQL4Test.php import NUC files 5 years ago
run-test.php import NUC files 5 years ago
test-prefetch-current.xml import NUC files 5 years ago
test-prefetch-previous.xml import NUC files 5 years ago
test-prefetch-stub.xml import NUC files 5 years ago
README
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'

PHPUnit is no longer maintained by PEAR. To get the current version of
PHPUnit, first uninstall any old version of PHPUnit or PHPUnit2 from PEAR, 
then install the current version from phpunit.de like this:

# pear channel-discover pear.phpunit.de
# pear install phpunit/PHPUnit