cli-generate-stuffs

Clone or download

Read-only

art #20061 Fix psalm/phpcs errors before refacto

Part of story #17159 Generate X artifacts in a given tracker Change-Id: I46493ddda7324438a68642d9c0467143e0f943eb

Modified Files

Name
M src/App/Commands/ArtifactGeneratorCommand.php +4 −0 Go to diff View file
M src/App/Commands/HelloCommand.php +7 −1 Go to diff View file
M src/App/Curl/CurlRequests.php +7 −5 Go to diff View file
A src/App/Exception/CurlInitFailedException.php +33 −0 Go to diff View file
M src/App/Xml/XmlArtifactGenerator.php +1 −1 Go to diff View file
M tests/unit/Commands/ArtifactGeneratorCommandTest.php +12 −3 Go to diff View file
M tests/unit/Curl/CurlCallerTest.php +4 −1 Go to diff View file