Skip to content

Commit ab07a55

Browse files
xelanDavertMik
authored andcommitted
Fix typo (Codeception#105)
1 parent 5dc7d4a commit ab07a55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

for/symfony.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This will create `tests` dir inside `src/AppBundle`.
122122
123123
### Functional Testing
124124
125-
There is no need to use `WebTestCase` to write functional tests. Symfony functional tests aew written in the same manner as acceptance tests but are executed inside a framework. Codeception has `Symfony` module for it. It is a good idea to separate functional and unit tests so it is recommended to create a new test suite for AppBundle
125+
There is no need to use `WebTestCase` to write functional tests. Symfony functional tests are written in the same manner as acceptance tests but are executed inside a framework. Codeception has `Symfony` module for it. It is a good idea to separate functional and unit tests so it is recommended to create a new test suite for AppBundle
126126
127127
```
128128
php bin/codecept g:suite functional -c src/AppBundle
@@ -225,4 +225,4 @@ include:
225225
- src/*Bundle
226226
```
227227
228-
Then running codeception tests from root directory will execute tests from all bundles as well as acceptance tests.
228+
Then running codeception tests from root directory will execute tests from all bundles as well as acceptance tests.

0 commit comments

Comments
 (0)