Added assertNotThrows
Changes from #11
- Added two new assertions assertDoesNotThrow and assertDoesNotThrowWithMessage.
- Updated documentation and corresponding tests.
- Now these assertions can be used with callable functions that expect parameters!
- Removed support for PHPUnit 6 version, since functionalities present since PHP 7*.1 were required.
- Added phpunit.xml file.
- Tested on php 7.3 and 7.4 .