stable
Clone or download
Read-only
It's now compatible with both simpletest 1.0.1 (core) and simpletest 1.1.7 Plus add a CI task to ensure the compat is kept. Part of story #11410 use last simpletest stable version Change-Id: Iffc72b7156e69c29c56c8e5f1e31bc6368575109
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +16 | −9 | Go to diff View file |
M | plugins/docman/tests/PermissionsManagerTest.php | +25 | −22 | Go to diff View file |
M | plugins/tests/www/tests_common.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/SystemEvent.class.php | +0 | −5 | Go to diff View file |
M | tests/Jenkinsfile | +4 | −0 | Go to diff View file |
R | tests/bin/SimpleTestPHP7/CompareXMLResults.php | Go to diff View file | ||
R | tests/bin/SimpleTestPHP7/FindCompatibleTests.php | Go to diff View file | ||
A | tests/bin/SimpleTest11x/RunTestSuite.php | +113 | −0 | Go to diff View file |
A | tests/bin/SimpleTest11x/TuleapColorTextReporter.php | +58 | −0 | Go to diff View file |
A | tests/bin/SimpleTest11x/TuleapJunitXMLReporter.php | +68 | −0 | Go to diff View file |
R | tests/bin/SimpleTestPHP7/TuleapTestCase.php | Go to diff View file | ||
D | tests/bin/SimpleTestPHP7/RunTestSuite.php | +0 | −86 | Go to diff View file |
R | tests/bin/php7-run.php | Go to diff View file | ||
M | tests/lib/TestHelper.class.php | +34 | −11 | Go to diff View file |
M | tests/simpletest/common/collection/CollectionTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/collection/CollectionTestCase.class.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/collection/LinkedListTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/collection/LinkedListTestCase.class.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/collection/MapTest.php | +0 | −7 | Go to diff View file |
M | tests/simpletest/common/collection/PrioritizedListTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/frs/FRSPackageFactoryTest.php | +36 | −87 | Go to diff View file |
M | tests/simpletest/common/include/SanitizerTestCase.class.php | +1 | −5 | Go to diff View file |
M | tests/simpletest/common/include/SimpleSanitizerTestCase.class.php | +5 | −4 | Go to diff View file |
M | tests/simpletest/common/include/builders/aRequest.php | +0 | −4 | Go to diff View file |
M | tests/simpletest/common/project/ProjectXMLImporterTest.php | +11 | −19 | Go to diff View file |
M | tests/simpletest/common/project/Project_SOAPServerTest.php | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/svn/PreCommitSHA1CollisionTest.php | +11 | −8 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_Apache_SvnrootConfTest.php | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_SOAPServerTest.php | +0 | −2 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_SvnlookTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/system_event/builders/aSystemEvent.php | +0 | −3 | Go to diff View file |
M | tests/simpletest/common/user/UserTestBuilder.php | +5 | −5 | Go to diff View file |
M | tests/simpletest/common/user/User_SOAPServerTest.php | +10 | −6 | Go to diff View file |