AssertThrows
AssertThrows copied to clipboard
Install as codeception module
It would be nice if the repo can be included as a codeception module like "module-assert".
modules:
enabled:
- Asserts
- AssertThrows
Just add use Codeception\AssertThrows; to your helper class or suite Tester class in tests/support/ directory.