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
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Codeception Symfony Module Tests
2
2
Minimal site containing functional tests for [Codeception Module Symfony](https://github.com/Codeception/module-symfony).
3
3
4
-
###Installation
4
+
## Installation
5
5
6
6
1. Clone the repo
7
7
```shell
@@ -21,8 +21,17 @@ Minimal site containing functional tests for [Codeception Module Symfony](https:
21
21
22
22
php bin/console doctrine:fixtures:load --quiet
23
23
```
24
-
### Usage
25
-
```shell
26
-
vendor/bin/codecept run Functional
27
-
```
28
24
25
+
## Usage
26
+
27
+
```shell
28
+
vendor/bin/codecept run Functional
29
+
```
30
+
31
+
### Create Unit Suite or Acceptance Suite
32
+
33
+
To create [Unit Tests](https://codeception.com/docs/05-UnitTests) or [Acceptance Tests](https://codeception.com/docs/03-AcceptanceTests), you need to create the corresponding suite first:
0 commit comments