stable

Clone or download

Read-only

request #14719: Replace inline docblock declarations with assertions

Assertions present the advantage they can be verified at runtime in test environments while having no cost in production environments. Change-Id: Iab1603ce0b2ecbffb6b9c30e4869c35ba197a812

Modified Files

Name
M include/TestManagement/REST/v1/DefinitionRepresentation.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/MinimalDefinitionRepresentation.php +2 −3 Go to diff View file
M include/TestManagement/REST/v1/StepsResultsChangesBuilder.php +1 −1 Go to diff View file
M include/TestManagement/XML/ImportXMLFromTracker.php +1 −9 Go to diff View file
M include/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategySteps.php +6 −7 Go to diff View file
M include/testmanagementPlugin.php +1 −2 Go to diff View file
M phpunit/TestManagement/XML/TrackerArtifactXMLImportXMLImportFieldStrategyStepsTest.php +1 −1 Go to diff View file
M phpunit/TestManagement/XML/TrackerXMLImportTest.php +2 −9 Go to diff View file