stable

Clone or download

Read-only

Chore: extract integration db builders into core/plugins

part of request #36806 TQL should be covered by integration test No functional changes, CI must be happy Why? Creating projects/users/tracker/artifacts/fields... are reusable actions we should not DRY and plugins/core should expose their builders Change-Id: I3fe01b0c6d267e143e03198483fedce6aa0963a3

Modified Files

Name
M plugins/agiledashboard/tests/integration/Builders/DatabaseBuilder.php +0 −202 Go to diff View file
M plugins/agiledashboard/tests/integration/Milestone/Sidebar/MilestoneDaoTest.php +43 −49 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/DuckTypedField/NumericDuckTypedFieldTest.php +10 −7 Go to diff View file
M plugins/tracker/composer.json +4 −1 Go to diff View file
R plugins/crosstracker/tests/integration/CrossTracker/Tests/Builders/DatabaseBuilder.php Go to diff View file
M src/composer.json +1 −1 Go to diff View file
A tests/integration/tests/Builders/CoreDatabaseBuilder.php +80 −0 Go to diff View file