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

Intro to Laravel Context with Practical Examples