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
+9-1Lines changed: 9 additions & 1 deletion
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,3 +21,11 @@ Minimal site containing functional tests for [Codeception Module Symfony](https:
21
21
```shell
22
22
vendor/bin/codecept run Functional
23
23
```
24
+
25
+
### Create Unit Suite or Acceptance Suite
26
+
27
+
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