We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a07b50 commit 6038dddCopy full SHA for 6038ddd
README.md
@@ -151,7 +151,7 @@ To apply the migrations execute the command
151
To revert the migrations execute the command
152
```./yii migrate/down```
153
154
-### Congigurate tests
+### Congiguration of tests
155
install codeception
156
``composer require codeception/codeception --dev``
157
tests/api.suite.yml
@@ -5,6 +5,6 @@ modules:
5
url: /api/v1
6
depends: Yii2
7
- \Helper\Api
8
-
+
9
config:
10
- Yii2
0 commit comments