silverstripe-framework/tests/php/Forms/FormRequestHandlerTest
Ingo Schommer adbf9d9f71 Process actions on Form subclasses
Regression introduced through https://github.com/silverstripe/silverstripe-framework/issues/6362.

Quote from the RFC:

```
Thus the order of action precedence becomes

action callback
action on the Form
action on the FormRequestHandler
action on any parent controller (if given)
```
2017-05-18 22:47:39 +12:00
..
FormRequestHandler.php Process actions on Form subclasses 2017-05-18 22:47:39 +12:00
TestForm.php Process actions on Form subclasses 2017-05-18 22:47:39 +12:00