Emmanuel Valverde Ramos
Emmanuel Valverde Ramos
I've implemented an acceptance test over bashunit and my test failed because I needed it to know the exit code of the test and added to my output, even when...
https://docs.phpunit.de/en/10.5/assertions.html#assertstringmatchesformat
been able to know what were the arguments of the second call to a spy ex: https://jestjs.io/docs/expect#tohavebeennthcalledwithnthcall-arg1-arg2- > See current spy docs: https://bashunit.typeddevs.com/test-doubles#spy
Example: https://docs.phpunit.de/en/10.4/textui.html#logging Generate a log file with the output of what was executed
Add a configuration that allow the user to say if a test has no assertions should fail. 
## 📚 Description working on the mocks that were not working as expected ## 🔖 Changes - List individual changes in more detail ## ✅ To-do list - [ ]...