Answers for "phpunit should you test if exception is not thrown"

PHP
-1

phpunit check exception not thrown

$this->addToAssertionCount(1);  // does not throw an exception
Posted by: Guest on March-23-2020

Code answers related to "phpunit should you test if exception is not thrown"

Browse Popular Code Answers by Language