stable

Clone or download

Read-only

Remove legacy embedded simpletest

This is part of story #11410 use last simpletest stable version The strategy here is to remove completly the tests plugin where is located the embedded simpletest. Change-Id: Ie2b1b3fca2da6e894fa6d93dfbf47b547da5d8b9

Modified Files

Name
D plugins/tests/README +0 −16 Go to diff View file
D plugins/tests/VERSION +0 −1 Go to diff View file
D plugins/tests/include/TestsPluginFilterIterator.class.php +0 −42 Go to diff View file
D plugins/tests/include/TestsPluginOrderedSuite.php +0 −61 Go to diff View file
D plugins/tests/include/TestsPluginReporter.class.php +0 −441 Go to diff View file
D plugins/tests/include/TestsPluginRequest.class.php +0 −111 Go to diff View file
D plugins/tests/include/TestsPluginRunner.class.php +0 −201 Go to diff View file
D plugins/tests/include/TestsPluginRunnerPresenter.class.php +0 −82 Go to diff View file
D plugins/tests/include/TestsPluginSuitePresenter.class.php +0 −142 Go to diff View file
D plugins/tests/include/simpletest/HELP_MY_TESTS_DONT_WORK_ANYMORE +0 −348 Go to diff View file
D plugins/tests/include/simpletest/LICENSE +0 −502 Go to diff View file
D plugins/tests/include/simpletest/README +0 −108 Go to diff View file
D plugins/tests/include/simpletest/VERSION +0 −1 Go to diff View file
D plugins/tests/include/simpletest/authentication.php +0 −238 Go to diff View file
D plugins/tests/include/simpletest/autorun.php +0 −87 Go to diff View file
D plugins/tests/include/simpletest/browser.php +0 −1098 Go to diff View file
D plugins/tests/include/simpletest/collector.php +0 −122 Go to diff View file
D plugins/tests/include/simpletest/compatibility.php +0 −173 Go to diff View file
D plugins/tests/include/simpletest/cookies.php +0 −380 Go to diff View file
D plugins/tests/include/simpletest/default_reporter.php +0 −133 Go to diff View file
D plugins/tests/include/simpletest/detached.php +0 −96 Go to diff View file
D plugins/tests/include/simpletest/docs/en/authentication_documentation.html +0 −355 Go to diff View file
D plugins/tests/include/simpletest/docs/en/browser_documentation.html +0 −447 Go to diff View file
D plugins/tests/include/simpletest/docs/en/docs.css +0 −121 Go to diff View file
D plugins/tests/include/simpletest/docs/en/expectation_documentation.html +0 −422 Go to diff View file
D plugins/tests/include/simpletest/docs/en/form_testing_documentation.html +0 −342 Go to diff View file
D plugins/tests/include/simpletest/docs/en/group_test_documentation.html +0 −386 Go to diff View file
D plugins/tests/include/simpletest/docs/en/index.html +0 −538 Go to diff View file
D plugins/tests/include/simpletest/docs/en/mock_objects_documentation.html +0 −757 Go to diff View file
D plugins/tests/include/simpletest/docs/en/overview.html +0 −486 Go to diff View file
D plugins/tests/include/simpletest/docs/en/partial_mocks_documentation.html +0 −445 Go to diff View file
D plugins/tests/include/simpletest/docs/en/reporter_documentation.html +0 −519 Go to diff View file
D plugins/tests/include/simpletest/docs/en/unit_test_documentation.html +0 −431 Go to diff View file
D plugins/tests/include/simpletest/docs/en/web_tester_documentation.html +0 −584 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/authentication_documentation.html +0 −332 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/browser_documentation.html +0 −446 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/docs.css +0 −84 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/expectation_documentation.html +0 −383 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/form_testing_documentation.html +0 −349 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/group_test_documentation.html +0 −398 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/index.html +0 −572 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/mock_objects_documentation.html +0 −778 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/overview.html +0 −318 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/partial_mocks_documentation.html +0 −460 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/reporter_documentation.html +0 −534 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/server_stubs_documentation.html +0 −0 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/unit_test_documentation.html +0 −447 Go to diff View file
D plugins/tests/include/simpletest/docs/fr/web_tester_documentation.html +0 −566 Go to diff View file
D plugins/tests/include/simpletest/dumper.php +0 −360 Go to diff View file
D plugins/tests/include/simpletest/eclipse.php +0 −307 Go to diff View file
D plugins/tests/include/simpletest/encoding.php +0 −552 Go to diff View file
D plugins/tests/include/simpletest/errors.php +0 −288 Go to diff View file
D plugins/tests/include/simpletest/exceptions.php +0 −198 Go to diff View file
D plugins/tests/include/simpletest/expectation.php +0 −895 Go to diff View file
D plugins/tests/include/simpletest/extensions/junit_xml_reporter.php +0 −118 Go to diff View file
D plugins/tests/include/simpletest/extensions/pear_test_case.php +0 −198 Go to diff View file
D plugins/tests/include/simpletest/extensions/phpunit_test_case.php +0 −96 Go to diff View file
D plugins/tests/include/simpletest/extensions/testdox.php +0 −42 Go to diff View file
D plugins/tests/include/simpletest/extensions/testdox/test.php +0 −108 Go to diff View file
D plugins/tests/include/simpletest/form.php +0 −355 Go to diff View file
D plugins/tests/include/simpletest/frames.php +0 −596 Go to diff View file
D plugins/tests/include/simpletest/http.php +0 −624 Go to diff View file
D plugins/tests/include/simpletest/invoker.php +0 −139 Go to diff View file
D plugins/tests/include/simpletest/mock_functions.php +0 −535 Go to diff View file
D plugins/tests/include/simpletest/mock_objects.php +0 −1601 Go to diff View file
D plugins/tests/include/simpletest/page.php +0 −983 Go to diff View file
D plugins/tests/include/simpletest/parser.php +0 −764 Go to diff View file
D plugins/tests/include/simpletest/reflection_php4.php +0 −136 Go to diff View file
D plugins/tests/include/simpletest/reflection_php5.php +0 −380 Go to diff View file
D plugins/tests/include/simpletest/remote.php +0 −117 Go to diff View file
D plugins/tests/include/simpletest/reporter.php +0 −447 Go to diff View file
D plugins/tests/include/simpletest/scorer.php +0 −863 Go to diff View file
D plugins/tests/include/simpletest/selector.php +0 −137 Go to diff View file
D plugins/tests/include/simpletest/shell_tester.php +0 −333 Go to diff View file
D plugins/tests/include/simpletest/simpletest.php +0 −478 Go to diff View file
D plugins/tests/include/simpletest/socket.php +0 −216 Go to diff View file
D plugins/tests/include/simpletest/tag.php +0 −1418 Go to diff View file
D plugins/tests/include/simpletest/test/acceptance_test.php +0 −1633 Go to diff View file
D plugins/tests/include/simpletest/test/adapter_test.php +0 −77 Go to diff View file
D plugins/tests/include/simpletest/test/all_tests.php +0 −13 Go to diff View file
D plugins/tests/include/simpletest/test/authentication_test.php +0 −145 Go to diff View file
D plugins/tests/include/simpletest/test/autorun_test.php +0 −13 Go to diff View file
D plugins/tests/include/simpletest/test/bad_test_suite.php +0 −10 Go to diff View file
D plugins/tests/include/simpletest/test/browser_test.php +0 −779 Go to diff View file
D plugins/tests/include/simpletest/test/collector_test.php +0 −51 Go to diff View file
D plugins/tests/include/simpletest/test/command_line_test.php +0 −40 Go to diff View file
D plugins/tests/include/simpletest/test/compatibility_test.php +0 −97 Go to diff View file
D plugins/tests/include/simpletest/test/cookies_test.php +0 −227 Go to diff View file
D plugins/tests/include/simpletest/test/detached_test.php +0 −15 Go to diff View file
D plugins/tests/include/simpletest/test/dumper_test.php +0 −88 Go to diff View file
D plugins/tests/include/simpletest/test/eclipse_test.php +0 −32 Go to diff View file
D plugins/tests/include/simpletest/test/encoding_test.php +0 −213 Go to diff View file
D plugins/tests/include/simpletest/test/errors_test.php +0 −300 Go to diff View file
D plugins/tests/include/simpletest/test/exceptions_test.php +0 −153 Go to diff View file
D plugins/tests/include/simpletest/test/expectation_test.php +0 −245 Go to diff View file
D plugins/tests/include/simpletest/test/form_test.php +0 −323 Go to diff View file
D plugins/tests/include/simpletest/test/frames_test.php +0 −549 Go to diff View file
D plugins/tests/include/simpletest/test/http_test.php +0 −427 Go to diff View file
D plugins/tests/include/simpletest/test/interfaces_test.php +0 −137 Go to diff View file
D plugins/tests/include/simpletest/test/live_test.php +0 −47 Go to diff View file
D plugins/tests/include/simpletest/test/mock_objects_test.php +0 −994 Go to diff View file
D plugins/tests/include/simpletest/test/page_test.php +0 −903 Go to diff View file
D plugins/tests/include/simpletest/test/parse_error_test.php +0 −9 Go to diff View file
D plugins/tests/include/simpletest/test/parser_test.php +0 −551 Go to diff View file
D plugins/tests/include/simpletest/test/reflection_php4_test.php +0 −61 Go to diff View file
D plugins/tests/include/simpletest/test/reflection_php5_test.php +0 −271 Go to diff View file
D plugins/tests/include/simpletest/test/remote_test.php +0 −20 Go to diff View file
D plugins/tests/include/simpletest/test/shell_test.php +0 −38 Go to diff View file
D plugins/tests/include/simpletest/test/shell_tester_test.php +0 −42 Go to diff View file
D plugins/tests/include/simpletest/test/simpletest_test.php +0 −58 Go to diff View file
D plugins/tests/include/simpletest/test/socket_test.php +0 −25 Go to diff View file
D plugins/tests/include/simpletest/test/support/collector/collectable.1 +0 −0 Go to diff View file
D plugins/tests/include/simpletest/test/support/collector/collectable.2 +0 −0 Go to diff View file
D plugins/tests/include/simpletest/test/support/empty_test_file.php +0 −3 Go to diff View file
D plugins/tests/include/simpletest/test/support/latin1_sample +0 −1 Go to diff View file
D plugins/tests/include/simpletest/test/support/spl_examples.php +0 −15 Go to diff View file
D plugins/tests/include/simpletest/test/support/supplementary_upload_sample.txt +0 −1 Go to diff View file
D plugins/tests/include/simpletest/test/support/test1.php +0 −7 Go to diff View file
D plugins/tests/include/simpletest/test/support/upload_sample.txt +0 −1 Go to diff View file
D plugins/tests/include/simpletest/test/tag_test.php +0 −554 Go to diff View file
D plugins/tests/include/simpletest/test/test_with_parse_error.php +0 −8 Go to diff View file
D plugins/tests/include/simpletest/test/unit_tester_test.php +0 −55 Go to diff View file
D plugins/tests/include/simpletest/test/unit_tests.php +0 −55 Go to diff View file
D plugins/tests/include/simpletest/test/url_test.php +0 −443 Go to diff View file
D plugins/tests/include/simpletest/test/user_agent_test.php +0 −358 Go to diff View file
D plugins/tests/include/simpletest/test/visual_test.php +0 −495 Go to diff View file
D plugins/tests/include/simpletest/test/web_tester_test.php +0 −156 Go to diff View file
D plugins/tests/include/simpletest/test/xml_test.php +0 −187 Go to diff View file
D plugins/tests/include/simpletest/test_case.php +0 −708 Go to diff View file
D plugins/tests/include/simpletest/unit_tester.php +0 −420 Go to diff View file
D plugins/tests/include/simpletest/url.php +0 −528 Go to diff View file
D plugins/tests/include/simpletest/user_agent.php +0 −332 Go to diff View file
D plugins/tests/include/simpletest/web_tester.php +0 −1541 Go to diff View file
D plugins/tests/include/simpletest/xml.php +0 −647 Go to diff View file
D plugins/tests/include/testsPlugin.class.php +0 −54 Go to diff View file
D plugins/tests/include/testsPluginDescriptor.class.php +0 −19 Go to diff View file
D plugins/tests/include/testsPluginInfo.class.php +0 −30 Go to diff View file
D plugins/tests/not_yet_simpletest11x.list +0 −0 Go to diff View file
D plugins/tests/php7compatibletests.list +0 −3 Go to diff View file
D plugins/tests/site-content/en_US/tests.tab +0 −5 Go to diff View file
D plugins/tests/site-content/fr_FR/tests.tab +0 −5 Go to diff View file
D plugins/tests/templates/testsPluginRunnerHTML.mustache +0 −122 Go to diff View file
D plugins/tests/templates/testsResultsHTML.mustache +0 −6 Go to diff View file
D plugins/tests/templates/testsSuitesHTML.mustache +0 −9 Go to diff View file
D plugins/tests/tests/MockBuilderTest.php +0 −183 Go to diff View file
D plugins/tests/tests/PluginFilterIteratorTest.php +0 −101 Go to diff View file
D plugins/tests/tests/RequestTest.php +0 −98 Go to diff View file
D plugins/tests/tests/SomeClassWithNamespace.php +0 −29 Go to diff View file
D plugins/tests/tests/TuleapTestCaseTest.php +0 −80 Go to diff View file
D plugins/tests/tests/php7compatibletests.list +0 −3 Go to diff View file
D plugins/tests/www/CodendiReporter.class.php +0 −368 Go to diff View file
D plugins/tests/www/TuleapTestSuite.class.php +0 −65 Go to diff View file
D plugins/tests/www/bootstrap/css/bootstrap-responsive.css +0 −1088 Go to diff View file
D plugins/tests/www/bootstrap/css/bootstrap-responsive.min.css +0 −9 Go to diff View file
D plugins/tests/www/bootstrap/css/bootstrap.css +0 −5893 Go to diff View file
D plugins/tests/www/bootstrap/css/bootstrap.min.css +0 −9 Go to diff View file
D plugins/tests/www/bootstrap/img/glyphicons-halflings-white.png +- −- Go to diff View file
D plugins/tests/www/bootstrap/img/glyphicons-halflings.png +- −- Go to diff View file
D plugins/tests/www/bootstrap/js/bootstrap.js +0 −2025 Go to diff View file
D plugins/tests/www/bootstrap/js/bootstrap.min.js +0 −7 Go to diff View file
D plugins/tests/www/cli.php +0 −28 Go to diff View file
D plugins/tests/www/index.php +0 −20 Go to diff View file
D plugins/tests/www/jquery-hotkeys/jquery.hotkeys.js +0 −99 Go to diff View file
D plugins/tests/www/logo.png +- −- Go to diff View file
D plugins/tests/www/reset_db.php +0 −10 Go to diff View file
D plugins/tests/www/scripts/search.js +0 −53 Go to diff View file
D plugins/tests/www/scripts/testsUnitView.js +0 −66 Go to diff View file
D plugins/tests/www/test_all.php +0 −77 Go to diff View file
D plugins/tests/www/test_rewriterule.php +0 −128 Go to diff View file
D plugins/tests/www/tests_common.php +0 −42 Go to diff View file
D plugins/tests/www/tests_utils.php +0 −128 Go to diff View file
D plugins/tests/www/themes/default/css/style.css +0 −105 Go to diff View file
D plugins/tests/www/themes/default/images/bg-hover.png +- −- Go to diff View file
D plugins/tests/www/themes/default/images/bg.png +- −- Go to diff View file
D plugins/tests/www/themes/default/images/fail.png +- −- Go to diff View file
D plugins/tests/www/themes/default/images/minus.png +- −- Go to diff View file
D plugins/tests/www/themes/default/images/pass.png +- −- Go to diff View file
D plugins/tests/www/themes/default/images/plus.png +- −- Go to diff View file
M tests/Jenkinsfile +1 −11 Go to diff View file
M tests/bin/simpletest +3 −59 Go to diff View file
M tests/lib/TestHelper.class.php +0 −2 Go to diff View file
D tests/lib/TuleapErrorTrappingInvoker.class.php +0 −79 Go to diff View file
D tests/lib/TuleapTestCase.class.php +0 −349 Go to diff View file
M tools/rpm/Makefile +0 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +0 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +0 −1 Go to diff View file