MockeryModule
MockeryModule copied to clipboard
Mockery module for Codeception
Results
2
MockeryModule issues
Sort by
recently updated
recently updated
newest added
Currently using this module requires changes in each test. I have found an ugly way to alleviate that problem. The code below was tested for `Cest` type tests only. It...
When mockery expectations fail, the currently running suite terminates because of exception thrown. I think the good solution would be to catch `Mockery\Exception\*` and fail the current test only. Tell...