Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
# Codeception Module Asserts

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

A Codeception module containing various assertions.

## Installation

```
composer require --dev "codeception/module-asserts"
composer require "codeception/module-asserts" --dev
```

## Documentation

<a href="https://codeception.com/docs/modules/Asserts">Module documentation</a>
See [the module documentation](https://codeception.com/docs/modules/Asserts).

## License

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

© Codeception PHP Testing Framework