]> git.mjollnir.org Git - moodle.git/commit
Bug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle...
authortjhunt <tjhunt>
Fri, 30 Jun 2006 14:59:05 +0000 (14:59 +0000)
committertjhunt <tjhunt>
Fri, 30 Jun 2006 14:59:05 +0000 (14:59 +0000)
commit3ef8c9362dd245a3970a664124ef4334a6897710
treecd9f9b3e8ea9cb7ed1cf748f9f22149645b0da60
parent6544f8d896e92561ff7c917ed045e8b79050235e
Bug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle.org/en/Unit_tests
60 files changed:
admin/report/simpletest/ex_reporter.php [new file with mode: 0644]
admin/report/simpletest/ex_simple_test.php [new file with mode: 0644]
admin/report/simpletest/index.php [new file with mode: 0644]
admin/report/simpletest/mod.php [new file with mode: 0644]
lang/en_utf8/unittest.php [new file with mode: 0644]
lib/datalib.php
lib/moodlelib.php
lib/simpletest/slowtestcode.php [new file with mode: 0644]
lib/simpletest/testcode.php [new file with mode: 0644]
lib/simpletest/testdatalib.php [new file with mode: 0644]
lib/simpletestlib.php [new file with mode: 0644]
lib/simpletestlib/BACKLOG [new file with mode: 0644]
lib/simpletestlib/HELP_MY_TESTS_DONT_WORK_ANYMORE [new file with mode: 0644]
lib/simpletestlib/LICENSE [new file with mode: 0644]
lib/simpletestlib/README [new file with mode: 0644]
lib/simpletestlib/TODO [new file with mode: 0644]
lib/simpletestlib/VERSION [new file with mode: 0644]
lib/simpletestlib/authentication.php [new file with mode: 0644]
lib/simpletestlib/browser.php [new file with mode: 0644]
lib/simpletestlib/collector.php [new file with mode: 0644]
lib/simpletestlib/compatibility.php [new file with mode: 0644]
lib/simpletestlib/cookies.php [new file with mode: 0644]
lib/simpletestlib/detached.php [new file with mode: 0644]
lib/simpletestlib/dumper.php [new file with mode: 0644]
lib/simpletestlib/eclipse.php [new file with mode: 0644]
lib/simpletestlib/encoding.php [new file with mode: 0644]
lib/simpletestlib/errors.php [new file with mode: 0644]
lib/simpletestlib/exceptions.php [new file with mode: 0644]
lib/simpletestlib/expectation.php [new file with mode: 0644]
lib/simpletestlib/extensions/pear_test_case.php [new file with mode: 0644]
lib/simpletestlib/extensions/phpunit_test_case.php [new file with mode: 0644]
lib/simpletestlib/form.php [new file with mode: 0644]
lib/simpletestlib/frames.php [new file with mode: 0644]
lib/simpletestlib/http.php [new file with mode: 0644]
lib/simpletestlib/invoker.php [new file with mode: 0644]
lib/simpletestlib/mock_objects.php [new file with mode: 0644]
lib/simpletestlib/page.php [new file with mode: 0644]
lib/simpletestlib/parser.php [new file with mode: 0644]
lib/simpletestlib/reflection_php4.php [new file with mode: 0644]
lib/simpletestlib/reflection_php5.php [new file with mode: 0644]
lib/simpletestlib/remote.php [new file with mode: 0644]
lib/simpletestlib/reporter.php [new file with mode: 0644]
lib/simpletestlib/scorer.php [new file with mode: 0644]
lib/simpletestlib/selector.php [new file with mode: 0644]
lib/simpletestlib/shell_tester.php [new file with mode: 0644]
lib/simpletestlib/simpletest.php [new file with mode: 0644]
lib/simpletestlib/socket.php [new file with mode: 0644]
lib/simpletestlib/tag.php [new file with mode: 0644]
lib/simpletestlib/test_case.php [new file with mode: 0644]
lib/simpletestlib/ui/colortext_reporter.php [new file with mode: 0644]
lib/simpletestlib/ui/css/webunit.css [new file with mode: 0644]
lib/simpletestlib/ui/img/wait.gif [new file with mode: 0644]
lib/simpletestlib/ui/js/webunit.js [new file with mode: 0644]
lib/simpletestlib/ui/js/x.js [new file with mode: 0644]
lib/simpletestlib/ui/webunit_reporter.php [new file with mode: 0644]
lib/simpletestlib/unit_tester.php [new file with mode: 0644]
lib/simpletestlib/url.php [new file with mode: 0644]
lib/simpletestlib/user_agent.php [new file with mode: 0644]
lib/simpletestlib/web_tester.php [new file with mode: 0644]
lib/simpletestlib/xml.php [new file with mode: 0644]