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
Minimal site containing functional tests for [Codeception Module Symfony](https://github.com/Codeception/module-symfony).
3
6
4
-
## Installation
7
+
## Usage
8
+
9
+
The main purpose of this project is to verify the proper functioning of the `Codeception Module Symfony` in a minimal Symfony 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-symfony/blob/master/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:
5
18
6
19
1. Clone the repo
7
20
```shell
@@ -18,7 +31,7 @@ Minimal site containing functional tests for [Codeception Module Symfony](https:
0 commit comments