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