diff --git a/Readme.md b/Readme.md index 12ae047..785bd0c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,11 +1,14 @@ # AssertThrows -Basic assertions for exceptions without stopping the test. -Works with PHPUnit and Codeception. +[![Build Status](https://travis-ci.org/Codeception/AssertThrows.svg?branch=master)](https://travis-ci.org/Codeception/AssertThrows) + +Expect exceptions inside a tests without a stop! + +Assertions for exceptions. Works with PHPUnit and Codeception. ## Usage -Wait for exception thrown inside a code block. +Catch exception thrown inside a code block. ```php