stable

Clone or download

Read-only

REST tests are played in PHP 7.2 without warnings or notices

You can check that the execution was fine by looking at the nginx or PHP FPM error log. This closes story #11145: Run all REST test in PHP7 Change-Id: I9bb63e34669f221879596ccf5a8e9e2dc96ce5d6

Modified Files

Name
M plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php +5 −5 Go to diff View file
M plugins/tracker/include/REST/FieldDateRepresentation.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Integer/IntegerFieldChecker.php +1 −1 Go to diff View file
M src/common/Password/PasswordStrategy.class.php +3 −3 Go to diff View file
M src/common/REST/v1/GitRepositoryListRepresentation.php +2 −2 Go to diff View file
M src/common/dao/FRSReleaseDao.class.php +1 −1 Go to diff View file
M src/common/date/TimePeriod.class.php +6 −4 Go to diff View file
M src/common/frs/FRSFile.class.php +1 −2 Go to diff View file
M src/common/frs/FRSReleaseFactory.class.php +1 −1 Go to diff View file
M src/common/include/Codendi_Diff.class.php +1 −1 Go to diff View file
M src/common/language/BaseLanguage.class.php +5 −1 Go to diff View file
M src/common/mail/Mail.class.php +2 −5 Go to diff View file
M src/common/reference/CrossReferenceFactory.class.php +8 −9 Go to diff View file
M src/common/user/User.class.php +1 −1 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageVersionFullRepresentation.class.php +6 −3 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiResource.class.php +1 −1 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/PageType.php +1 −1 Go to diff View file