Skip to content

Commit

Permalink
Merge pull request #13 from TavoNiievez/master
Browse files Browse the repository at this point in the history
Standardize the `README` format
  • Loading branch information
Naktibalda authored Mar 31, 2021
2 parents 8d24ce8 + 7965c11 commit 540ea60
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# AssertThrows

Handle exceptions inside a test without a stop! Works with PHPUnit and Codeception.
Handle exceptions inside a test without a stop! Works with **PHPUnit** and Codeception.

![Build Status](https://github.com/Codeception/AssertThrows/workflows/CI/badge.svg)
[![Actions Status](https://github.com/Codeception/AssertThrows/workflows/CI/badge.svg)](https://github.com/Codeception/AssertThrows/actions)
[![Latest Stable Version](https://poser.pugx.org/codeception/Assert-Throws/v/stable)](https://github.com/Codeception/AssertThrows/releases)
[![Total Downloads](https://poser.pugx.org/codeception/Assert-Throws/downloads)](https://packagist.org/packages/codeception/Assert-Throws)
[![License](https://poser.pugx.org/codeception/Assert-Throws/license)](/LICENSE)

## Installation

```
composer require codeception/assert-throws --dev
composer require "codeception/assert-throws" --dev
```

Include `AssertThrows` trait it to a TestCase:
Expand Down Expand Up @@ -57,4 +60,8 @@ $this->assertThrowsWithMessage(
);
```

### License MIT
## License

`Codeception AssertThrows` is open-sourced software licensed under the [MIT](/LICENSE) License.

© Codeception PHP Testing Framework

0 comments on commit 540ea60

Please sign in to comment.