stable

Clone or download

Read-only

Remove SimpleTest

Closes request #14150: Get rid of SimpleTest Change-Id: Ib4baa48ebb492c9c1277766f1e3c42b7a9aa49b0

Modified Files

Name
M .eslintignore +0 −1 Go to diff View file
M .gitignore +0 −1 Go to diff View file
M Makefile +0 −29 Go to diff View file
D plugins/admindelegation/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/agiledashboard/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/api_explorer/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/archivedeleteditems/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/bugzilla_reference/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/captcha/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/cardwall/phpunit/.simpletest_skip +0 −0 Go to diff View file
M plugins/cardwall/phpunit/Cardwall/Semantic/CardFieldsTrackerPresenterBuilderTest.php +23 −19 Go to diff View file
D plugins/create_test_env/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/crosstracker/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/docman/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/document/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/dynamic_credentials/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/forumml/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/frs/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/git/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/git/tests/integration/.simpletest_skip +0 −0 Go to diff View file
D plugins/gitlfs/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/graphontrackersv5/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/hudson/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/hudson_git/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/hudson_svn/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/label/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/ldap/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/mediawiki/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/mfa/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/oauth2_server/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/oauth2_server/tests/.simpletest_skip +0 −0 Go to diff View file
D plugins/openidconnectclient/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/pluginsadministration/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/proftpd/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/project_ownership/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/projectmilestones/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/prometheus_metrics/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/pullrequest/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/pullrequest/tests/integration/.simpletest_skip +0 −0 Go to diff View file
D plugins/referencealias_core/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/referencealias_git/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/referencealias_mediawiki/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/referencealias_svn/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/referencealias_tracker/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/statistics/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/statistics/tests/integration/.simpletest_skip +0 −0 Go to diff View file
D plugins/svn/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/taskboard/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/testmanagement/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/timetracking/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/tracker/phpunit/.simpletest_skip +0 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/WorkflowFactoryTest.php +7 −6 Go to diff View file
D plugins/tracker/tests/_fixtures/ImportTracker3.xml +0 −275 Go to diff View file
D plugins/tracker/tests/_fixtures/ImportTrackerRulesTest.xml +0 −18 Go to diff View file
D plugins/tracker/tests/_fixtures/TestFields-1.xml +0 −2 Go to diff View file
D plugins/tracker/tests/_fixtures/TestFields-2.xml +0 −2 Go to diff View file
D plugins/tracker/tests/_fixtures/TestFields-3-fieldInField.xml +0 −148 Go to diff View file
D plugins/tracker/tests/_fixtures/TestFields-6-badBind.xml +0 −146 Go to diff View file
D plugins/tracker/tests/_fixtures/another_uploaded_file.txt +0 −0 Go to diff View file
D plugins/tracker/tests/_fixtures/export_tv3_data_summary.xml +0 −2 Go to diff View file
D plugins/tracker/tests/_fixtures/followup_comments1.txt +0 −85 Go to diff View file
D plugins/tracker/tests/_fixtures/import_artifacts/cc.xml +0 −48 Go to diff View file
D plugins/tracker/tests/_fixtures/local.inc +0 −5 Go to diff View file
D plugins/tracker/tests/_fixtures/uploaded_file.txt +0 −0 Go to diff View file
D plugins/tracker/tests/bootstrap.php +0 −22 Go to diff View file
D plugins/tracker/tests/builders/aField.php +0 −166 Go to diff View file
D plugins/tracker/tests/builders/aMockArtifact.php +0 −156 Go to diff View file
D plugins/tracker/tests/builders/aMockTracker.php +0 −98 Go to diff View file
D plugins/tracker/tests/builders/aTracker.php +0 −130 Go to diff View file
D plugins/tracker/tests/builders/aWorkflow.php +0 −103 Go to diff View file
D plugins/tracker/tests/builders/all.php +0 −27 Go to diff View file
D plugins/tracker/tests/builders/anArtifact.php +0 −120 Go to diff View file
D plugins/tracker/tests/integration/.simpletest_skip +0 −0 Go to diff View file
D plugins/userlog/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/velocity/phpunit/.simpletest_skip +0 −0 Go to diff View file
D plugins/webdav/phpunit/.simpletest_skip +0 −0 Go to diff View file
M src/composer.json +1 −6 Go to diff View file
M src/composer.lock +2 −79 Go to diff View file
M tests/Jenkinsfile-nightly +0 −4 Go to diff View file
D tests/Readme.mkd +0 −18 Go to diff View file
M tests/actions.groovy +0 −4 Go to diff View file
D tests/bin/SimpleTest11x/RunTestSuite.php +0 −87 Go to diff View file
D tests/bin/SimpleTest11x/TuleapColorTextReporter.php +0 −56 Go to diff View file
D tests/bin/SimpleTest11x/TuleapJunitXMLReporter.php +0 −68 Go to diff View file
D tests/bin/SimpleTest11x/TuleapTestCase.php +0 −292 Go to diff View file
D tests/bin/simpletest11x.php +0 −57 Go to diff View file
D tests/integration/tests/.simpletest_skip +0 −0 Go to diff View file
D tests/lib/FilterTestCase.php +0 −57 Go to diff View file
D tests/lib/FilterTestDirectory.php +0 −37 Go to diff View file
D tests/lib/MockBuilder.php +0 −129 Go to diff View file
D tests/lib/MockeryOngoingIntelligentStub.php +0 −190 Go to diff View file
D tests/lib/SimpleMockOngoingInterlligentStub.php +0 −182 Go to diff View file
M tests/phpunit/common/Project/ProjectCreatorTest.php +0 −3 Go to diff View file
M tests/phpunit/tests/Psalm/PsalmCILauncherTest.php +2 −2 Go to diff View file