Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Nov 20, 2017
1 parent 021fcf4 commit a96ecf6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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
<?php
Expand Down

0 comments on commit a96ecf6

Please sign in to comment.