stable
Clone or download
Read-only
request #10568: Unit tests should not write in the sources of Tuleap Run the following command, tests should pass: docker run --rm=true -v $PWD:/tuleap:ro enalean/tuleap-simpletest:c6-php53 /tuleap/tests/simpletest There are some warnings displayed in the console but there were already there⦠This is the last commit for this request. You can now run the following commands, tests will pass: docker run --rm=true -v $PWD:/tuleap:ro enalean/tuleap-simpletest:c6-php53 docker run --rm=true -v $PWD:/tuleap:ro enalean/tuleap-simpletest:c6-php56 Change-Id: If3092ba998b94d4e472f8fc792c4a0233d34a52f
Modified Files
Name | ||||
---|---|---|---|---|
M | tests/simpletest/common/backend/BackendAliasesTest.php | +2 | β2 | Go to diff View file |
M | tests/simpletest/common/backend/BackendCVSTest.php | +71 | β72 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSVNTest.php | +34 | β54 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSystemTest.php | +79 | β77 | Go to diff View file |
M | tests/simpletest/common/backend/BackendTest.php | +21 | β21 | Go to diff View file |
D | tests/simpletest/common/backend/_fixtures/etc/httpd/conf.d/.gitkeep | +0 | β0 | Go to diff View file |
D | tests/simpletest/common/backend/_fixtures/home/groups/.gitkeep | +0 | β0 | Go to diff View file |
D | tests/simpletest/common/backend/_fixtures/home/users/.gitkeep | +0 | β0 | Go to diff View file |
D | tests/simpletest/common/backend/_fixtures/var/lib/codendi/ftp/codendi/.gitkeep | +0 | β0 | Go to diff View file |
D | tests/simpletest/common/backend/_fixtures/var/lib/codendi/ftp/pub/.gitkeep | +0 | β0 | Go to diff View file |
D | tests/simpletest/common/backend/_fixtures/var/lock/cvs/.gitkeep | +0 | β0 | Go to diff View file |
D | tests/simpletest/common/backend/_fixtures/var/tmp/.gitkeep | +0 | β0 | Go to diff View file |
M | tests/simpletest/common/frs/FRSFileFactoryTest.php | +27 | β5 | Go to diff View file |
M | tests/simpletest/common/frs/FileUtilsTest.php | +30 | β26 | Go to diff View file |
M | tests/simpletest/common/include/Codendi_FileTest.php | +19 | β13 | Go to diff View file |
M | tests/simpletest/common/include/ForgeUpgradeConfigTest.php | +5 | β2 | Go to diff View file |
M | tests/simpletest/common/language/BaseLanguageTest.php | +36 | β46 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginManagerTest.php | +22 | β40 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginTest.php | +5 | β5 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_SvnlookTest.php | +8 | β3 | Go to diff View file |
D | tests/simpletest/common/svn/_fixtures/.gitempty | +0 | β0 | Go to diff View file |
M | tests/simpletest/common/system_event/SystemEventProcessManagerTest.php | +2 | β9 | Go to diff View file |
M | tests/simpletest/common/user/User_SSHKeyDumperTest.php | +3 | β9 | Go to diff View file |
M | tests/simpletest/common/user/XML/Import/MappingFileOptimusPrimeTransformerTest.php | +3 | β3 | Go to diff View file |
M | tests/simpletest/common/user/XML/Import/UsersToBeImportedCollectionTest.php | +2 | β2 | Go to diff View file |
D | tests/simpletest/common/user/XML/Import/_fixtures/.gitkeep | +0 | β0 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_FileTest.php | +6 | β12 | Go to diff View file |
M | tests/simpletest/common/wiki/WikiAttachmentTest.php | +13 | β11 | Go to diff View file |
D | tests/simpletest/common/wiki/_fixtures/toto.txt/.gitkeep | +0 | β0 | Go to diff View file |