Hello,
First thanks for the addition of the RollbackOnlyTransactionMiddleware, it's very useful in some cases =)
But there is two things that make it not usable at moment:
It's missing the use statement of RollbackOnlyTransactionMiddleware
The defined alias tactician.middleware.doctrine_rollback_only is not correct
Thanks and sorry for the hassle here! I'll go ahead and merge this and tag a bug fix release. I'll also try to take a look at why this slipped through the test suite, probably needs a new case added
Hello, First thanks for the addition of the
RollbackOnlyTransactionMiddleware
, it's very useful in some cases =) But there is two things that make it not usable at moment:RollbackOnlyTransactionMiddleware
tactician.middleware.doctrine_rollback_only
is not correctI hope it helps!