Skip to content

Commit 6c69450

Browse files
Explaining Unit and Acceptance Suite (#6)
Co-authored-by: ThomasLandauer <thomas@landauer.at>
1 parent 34cfa1e commit 6c69450

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Codeception Symfony Module Tests
22
Minimal site containing functional tests for [Codeception Module Symfony](https://github.com/Codeception/module-symfony).
33

4-
### Installation
4+
## Installation
55

66
1. Clone the repo
77
```shell
@@ -21,3 +21,11 @@ Minimal site containing functional tests for [Codeception Module Symfony](https:
2121
```shell
2222
vendor/bin/codecept run Functional
2323
```
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:
28+
```shell
29+
vendor/bin/codecept generate:suite Unit
30+
vendor/bin/codecept generate:suite Acceptance
31+
```

0 commit comments

Comments
 (0)