Skip to content

Commit 7da4527

Browse files
authored
Merge pull request Codeception#165 from cjunge-work/patch-1
Grammar and spelling
2 parents 159ceca + df8d2ca commit 7da4527

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

for/symfony.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar: |
66
77
## Features
88
9-
* Access Symfony services through the dependecy injection container: `$I->grabService(...)`
9+
* Access Symfony services through the dependency injection container: `$I->grabService(...)`
1010
* Use Doctrine to test against the database: `$I->seeInRepository(...)`
1111
* Assert that emails would have been sent: `$I->seeEmailIsSent()`
1212
* Tests are wrapped into Doctrine transaction to speed them up.
@@ -76,9 +76,9 @@ If you prefer to describe application with feature files, Codeception can turn t
7676
ln -s $PWD/features tests/acceptance
7777
```
7878
79-
Codeception allows to combine tests written in different formats. If are about to wirite a regression test it probably should not be described as a product's feature. That's why feature-files is subset of all acceptance tests, and they are stored in subfolder of `tests/acceptance`.
79+
Codeception allows to combine tests written in different formats. If you are about to write a regression test it probably should not be described as a product's feature. That's why feature-files are a subset of all acceptance tests, and they are stored in subfolder of `tests/acceptance`.
8080
81-
There is no standard Gherkin steps built in. By writing your feature files you can get code snippets which should be added to `AcceptanceTester` class.
81+
There are no standard Gherkin steps built in. By writing your feature files you can get code snippets which should be added to `AcceptanceTester` class.
8282
8383
```
8484
vendor/bin/codecept gherkin:snippets

0 commit comments

Comments
 (0)