stable

Clone or download

Read-only

Core tests folder can be 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