Skip to content

Commit 1ad0260

Browse files
committed
updated
1 parent a7c2241 commit 1ad0260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

for/yii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ composer exec codecept g:cest acceptance MyNewScenarioCest
198198

199199
Advanced template also has Codeception preinstalled with examples of unit, functional, and acceptance tests. However, you won't find `tests` folder in a root of application. This because every application `frontend`, `backend`, and their `common` has their own tests. This is done to have tests and source to be placed in a same location. To run all tests from all application at once, you should execute `codecept run` from a project root. Global `codeception.yml` config was written to include tests from all applications.
200200

201-
!()[/images/yii-advenced-tests.png]
201+
![](/images/yii-advanced-tests.png)
202202

203203
Tests also include namespaces for testcase classes and testers to avoid conflicts between tests from different applications.
204204

0 commit comments

Comments
 (0)