stable

Clone or download

Read-only

Extract beforeEvent in a dedicated object and add unit tests

this is part of story #10633 see velocity in agile dashboard No functionnal change Change-Id: Ief8818974abb11fdc24ebc15800aeff26293f526

Modified Files

Name
M plugins/tracker/include/workflow/BeforeEvent.php +16 −2 Go to diff View file
M plugins/tracker/include/workflow/Workflow.class.php +1 −1 Go to diff View file
A plugins/velocity/include/Velocity/VelocityComputation.php +107 −0 Go to diff View file
M plugins/velocity/include/Velocity/VelocityComputationChecker.php +11 −0 Go to diff View file
M plugins/velocity/include/velocityPlugin.class.php +16 −41 Go to diff View file
M plugins/velocity/phpunit/Velocity/VelocityComputationCheckerTest.php +107 −3 Go to diff View file
A plugins/velocity/phpunit/Velocity/VelocityPluginComputationTest.php +165 −0 Go to diff View file
M plugins/velocity/phpunit/bootstrap.php +1 −0 Go to diff View file