oups, tests classes are now in the right place
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sun, 12 Dec 2004 17:02:34 +0000 (17:02 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:33 +0000 (23:26 +0200)
commit17d9e6f6f115698b3f8ca0494074950e97b1fb82
tree2f1fa4d08e568bf6a233e7651fa89dc0c4eafa36
parenta93411ed770fb33555069501dd79d471906aab08
oups, tests classes are now in the right place

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-65
29 files changed:
htdocs/TESTS/__init__.php
htdocs/TESTS/simpletest/README [new file with mode: 0644]
htdocs/TESTS/simpletest/VERSION [new file with mode: 0644]
htdocs/TESTS/simpletest/authentication.php [new file with mode: 0644]
htdocs/TESTS/simpletest/browser.php [new file with mode: 0644]
htdocs/TESTS/simpletest/dumper.php [new file with mode: 0644]
htdocs/TESTS/simpletest/errors.php [new file with mode: 0644]
htdocs/TESTS/simpletest/expectation.php [new file with mode: 0644]
htdocs/TESTS/simpletest/extensions/pear_test_case.php [new file with mode: 0644]
htdocs/TESTS/simpletest/extensions/phpunit_test_case.php [new file with mode: 0644]
htdocs/TESTS/simpletest/form.php [new file with mode: 0644]
htdocs/TESTS/simpletest/frames.php [new file with mode: 0644]
htdocs/TESTS/simpletest/http.php [new file with mode: 0644]
htdocs/TESTS/simpletest/mock_objects.php [new file with mode: 0644]
htdocs/TESTS/simpletest/options.php [new file with mode: 0644]
htdocs/TESTS/simpletest/page.php [new file with mode: 0644]
htdocs/TESTS/simpletest/parser.php [new file with mode: 0644]
htdocs/TESTS/simpletest/remote.php [new file with mode: 0644]
htdocs/TESTS/simpletest/reporter.php [new file with mode: 0644]
htdocs/TESTS/simpletest/scorer.php [new file with mode: 0644]
htdocs/TESTS/simpletest/shell_tester.php [new file with mode: 0644]
htdocs/TESTS/simpletest/simple_test.php [new file with mode: 0644]
htdocs/TESTS/simpletest/socket.php [new file with mode: 0644]
htdocs/TESTS/simpletest/tag.php [new file with mode: 0644]
htdocs/TESTS/simpletest/unit_tester.php [new file with mode: 0644]
htdocs/TESTS/simpletest/url.php [new file with mode: 0644]
htdocs/TESTS/simpletest/user_agent.php [new file with mode: 0644]
htdocs/TESTS/simpletest/web_tester.php [new file with mode: 0644]
htdocs/TESTS/simpletest/xml.php [new file with mode: 0644]