Skip to content

Instantly share code, notes, and snippets.

@da-n
Created September 20, 2016 22:50
Show Gist options
  • Save da-n/d05cf8a0130163047afc2e23dd47c087 to your computer and use it in GitHub Desktop.
Save da-n/d05cf8a0130163047afc2e23dd47c087 to your computer and use it in GitHub Desktop.
Set PHPUnit to expect an exception
$this->setExpectedException('Exception');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment