File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
- # PhpBrowser
1
+ # Codeception Module PhpBrowser
2
2
3
- Codeception module for testing web application over HTTP
3
+ A Codeception module for testing web application over HTTP.
4
4
5
- ![ Build Status] ( https://github.com/Codeception/module-phpbrowser/workflows/CI/badge.svg )
5
+ [ ![ Actions Status] ( https://github.com/Codeception/module-phpbrowser/workflows/CI/badge.svg )] ( https://github.com/Codeception/module-phpbrowser/actions )
6
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/codeception/module-phpbrowser/v/stable )] ( https://github.com/Codeception/module-phpbrowser/releases )
7
+ [ ![ Total Downloads] ( https://poser.pugx.org/codeception/module-phpbrowser/downloads )] ( https://packagist.org/packages/codeception/module-phpbrowser )
8
+ [ ![ License] ( https://poser.pugx.org/codeception/module-phpbrowser/license )] ( /LICENSE )
6
9
7
10
## Installation
8
11
9
12
```
10
- composer require --dev "codeception/module-phpbrowser"
13
+ composer require "codeception/module-phpbrowser" --dev
11
14
```
12
15
13
16
## Documentation
14
17
15
- <a href =" https://codeception.com/docs/modules/PhpBrowser " >Module documentation</a >
18
+ See [ the module documentation] ( https://codeception.com/docs/modules/PhpBrowser ) .
19
+
20
+ ## License
21
+
22
+ ` Codeception Module PhpBrowser ` 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