Top "Codeception" questions

Codeception is a modern full-stack testing framework for PHP.

Set Expected Exception in Codeception Functional Cept

I want to do something like: $I->setExpectedException('Laracasts\Validation\FormValidationException'); In a functional cept. Any chance to do …

php laravel laravel-4 phpunit codeception