Catch An Expected Exception In PHP Unit Test

Something I ran into a while back while writing tests.

If intentionally testing code for an exception then it is required to add an annotation above the test method.

For example if the code will throw IllegalArgumentException.

Share this Story
  • PHP Programming Testing

    Catch An Expected Exception In PHP Unit Test

    Something I ran into a while back while writing tests. If intentionally testing code for an exception then it is required to ...
Load More Related Articles
Load More By Nick Escobedo
Load More In PHP

Check Also

PHP Enums in 60 Seconds

Learn the basics of PHP enums in 60 ...