Additional matchers for Kahlan
Requires PHP 7 and the extensions
pcre
andmbstring
composer require phputil/kahlan --dev
See tips for help.
- Exception:
- toThrowAnExceptionThatMatches - compares an exception message with the given Regular Expression
- toThrowAnExceptionWithCode - compares an exception code with the given code
- toThrowAnExceptionWithClassName - compares an exception name with the given class name
- String:
- toHaveStringLength - compares a multi-byte string length with the given length
Suggestions? Please open an Issue.