Codeception is a modern full-stack testing framework for PHP.
I want to do something like: $I->setExpectedException('Laracasts\Validation\FormValidationException'); In a functional cept. Any chance to do …