-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.10
-
None
Currently if an exception happens during Behat run, the scenario fails since the "I look for exceptions" step is automatically executed after each step.
However sometimes I need to test situations when an exception must be thrown, usually to prevent security issues. These situations are not possible to test with unittests because the exceptions are often raised by the non-internal php scripts