stable

Clone or download

Read-only

chore: namespace ReferenceInstance and extract GotoLink

part of story #26802 have smart commit with Tuleap Git No functional change expected. Change-Id: Ife6dd5ef85b669743d024be172380f6fd188fd3f

Modified Files

Name
M plugins/bugzilla_reference/include/Bugzilla/Reference/RESTReferenceCreator.php +3 −5 Go to diff View file
M plugins/referencealias_core/include/ReferenceAliasCore/ReferencesBuilder.php +3 −5 Go to diff View file
M plugins/referencealias_git/include/ReferenceAliasGit/ReferencesBuilder.php +2 −5 Go to diff View file
M plugins/referencealias_mediawiki/include/ReferencesBuilder.php +2 −4 Go to diff View file
M plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesBuilder.php +2 −5 Go to diff View file
M plugins/referencealias_tracker/include/ReferenceAliasTracker/OriginalReferencesBuilder.php +2 −4 Go to diff View file
M src/common/Event/Event.class.php +1 −1 Go to diff View file
A src/common/Reference/GotoLink.php +53 −0 Go to diff View file
M src/common/Reference/ReferenceInstance.php +29 −43 Go to diff View file
M src/common/Reference/ReferenceManager.php +13 −8 Go to diff View file
A tests/lib/Builders/ReferenceBuilder.php +77 −0 Go to diff View file
A tests/unit/common/Reference/GotoLinkTest.php +52 −0 Go to diff View file
A tests/unit/common/Reference/ReferenceInstanceTest.php +49 −0 Go to diff View file