File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Codeception Module Asserts
2
2
3
- ![ Build Status] ( https://github.com/Codeception/module-asserts/workflows/CI/badge.svg )
3
+ [ ![ Actions Status] ( https://github.com/Codeception/module-asserts/workflows/CI/badge.svg )] ( https://github.com/Codeception/module-asserts/actions )
4
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/codeception/module-asserts/v/stable )] ( https://github.com/Codeception/module-asserts/releases )
5
+ [ ![ Total Downloads] ( https://poser.pugx.org/codeception/module-asserts/downloads )] ( https://packagist.org/packages/codeception/module-asserts )
6
+ [ ![ License] ( https://poser.pugx.org/codeception/module-asserts/license )] ( /LICENSE )
4
7
5
8
A Codeception module containing various assertions.
6
9
7
10
## Installation
8
11
9
12
```
10
- composer require --dev "codeception/module-asserts"
13
+ composer require "codeception/module-asserts" --dev
11
14
```
12
15
13
16
## Documentation
14
17
15
- <a href =" https://codeception.com/docs/modules/Asserts " >Module documentation</a >
18
+ See [ the module documentation] ( https://codeception.com/docs/modules/Asserts ) .
19
+
20
+ ## License
21
+
22
+ ` Codeception Module Asserts ` is open-sourced software licensed under the [ MIT] ( /LICENSE ) License.
23
+
24
+ © Codeception PHP Testing Framework
You can’t perform that action at this time.
0 commit comments