You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,17 @@
4
4
5
5
Minimal site containing functional tests for [Codeception Module Laravel](https://github.com/Codeception/module-laravel).
6
6
7
-
## Installation
7
+
## Usage
8
+
9
+
The main purpose of this project is to verify the proper functioning of the `Codeception Module Laravel` in a minimal Laravel installation.
10
+
11
+
You can use it to contribute new features or propose changes in the module and verify that nothing is broken in the process.
12
+
If that's your goal, be sure to follow [the contribution guides](https://github.com/Codeception/module-laravel/blob/main/CONTRIBUTING.md) for the module.
13
+
14
+
You can also **fork it** and use it to reproduce a bug or unexpected behavior for analysis.
15
+
If that's your case, just add a link to your fork next to the description of your issue in the module's repository.
16
+
17
+
Lastly, if you just want to see the module in action and run the tests yourself on your local machine just:
8
18
9
19
1. Clone the repo:
10
20
```shell
@@ -21,7 +31,7 @@ Minimal site containing functional tests for [Codeception Module Laravel](https:
0 commit comments