Created
March 19, 2021 02:31
-
-
Save geshan/cda082d97dbbcf3117168300f4304c54 to your computer and use it in GitHub Desktop.
Markdium-5 useful PHPUnit Assertions you should start using now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $this->assertRegExp( | |
| '/Exception 40\d/', | |
| 'Exception 501', | |
| 'Check if it is exception 40x' | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment