stable

Clone or download

Read-only

Include plugins tests in PHP7 / Simpletest game

So we can progressively ensure that simpletest tests in plugins are futur proof. Part of story #11385 convert tests to simpletest/php7 Change-Id: Ib69f99c4ea7beb728fb9ae22c9430723313e7574

Modified Files

Name
M Makefile +5 −2 Go to diff View file
A plugins/docman/tests/php7compatibletests.list +11 −0 Go to diff View file
A plugins/forumml/tests/php7compatibletests.list +1 −0 Go to diff View file
A plugins/git/tests/php7compatibletests.list +5 −0 Go to diff View file
A plugins/graphontrackersv5/tests/php7compatibletests.list +1 −0 Go to diff View file
A plugins/hudson/tests/php7compatibletests.list +1 −0 Go to diff View file
A plugins/ldap/tests/php7compatibletests.list +3 −0 Go to diff View file
A plugins/pullrequest/tests/php7compatibletests.list +3 −0 Go to diff View file
A plugins/statistics/tests/php7compatibletests.list +1 −0 Go to diff View file
A plugins/svn/tests/php7compatibletests.list +2 −0 Go to diff View file
A plugins/template/tests/php7compatibletests.list +1 −0 Go to diff View file
A plugins/tests/php7compatibletests.list +2 −0 Go to diff View file
A plugins/tests/tests/php7compatibletests.list +2 −0 Go to diff View file
M plugins/tests/www/TuleapTestSuite.class.php +19 −5 Go to diff View file
A plugins/webdav/tests/php7compatibletests.list +3 −0 Go to diff View file
M tests/bin/SimpleTestPHP7/CompareXMLResults.php +4 −0 Go to diff View file
M tests/bin/SimpleTestPHP7/FindCompatibleTests.php +22 −7 Go to diff View file
M tests/bin/SimpleTestPHP7/RunTestSuite.php +24 −4 Go to diff View file
M tests/bin/SimpleTestPHP7/TuleapTestCase.php +162 −5 Go to diff View file
M tests/bin/php7-run.php +3 −4 Go to diff View file
M tests/php7compatibletests.list +9 −0 Go to diff View file