stable

Clone or download

Read-only

Create Project factory

Part of epic #12142 Baseline v1 Improve readability of some tests with: - removing explicit usage of mocks to create project - removing mock boilerplate Change-Id: I79e04e29a17314fa8f687afe8c6ea73f5412d28e

Modified Files

Name
M phpunit/Adapter/BaselineArtifactRepositoryAdapterTest.php +3 −3 Go to diff View file
M phpunit/Adapter/BaselineRepositoryAdapterTest.php +4 −13 Go to diff View file
M phpunit/Domain/BaselineServiceTest.php +2 −1 Go to diff View file
M phpunit/Factory/BaselineArtifactFactory.php +1 −4 Go to diff View file
A phpunit/Factory/ProjectFactory.php +45 −0 Go to diff View file
M phpunit/Factory/TrackerFactory.php +1 −4 Go to diff View file
M phpunit/REST/ProjectBaselineControllerIntTest.php +3 −10 Go to diff View file
M phpunit/REST/ProjectBaselineControllerTest.php +2 −1 Go to diff View file