Skip to content

Commit b78ff94

Browse files
authored
Merge pull request Codeception#140 from ThomasLandauer/patch-3
Minor correction
2 parents 4eb70d3 + e89aa32 commit b78ff94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

for/symfony.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ composer require codeception/codeception --dev
3131

3232
## Setup
3333

34-
From Symfony 4 onwards there will be a top-level `tests` directory instead of a separate `Tests` directory in each bundle.
35-
So to save you from reconfiguration in the future, it is recommended place unit, functional, and acceptance test files
36-
into `/tests`.
34+
From Symfony 4 onwards there will be a top-level `tests` directory, instead of a separate `Tests` directory in each bundle.
35+
So to save you from reconfiguration in the future, it is recommended to place unit, functional, and acceptance test files
36+
into `tests`.
3737

3838
### Project Setup
3939

40-
Codeception should be installed globally for a project. To start please run
40+
Codeception should be installed globally for a project. To start, please run
4141

4242
```
4343
php bin/codecept bootstrap --empty
4444
```
4545

46-
which creates `codeception.yml` and `tests` directory. There are no test suites in `tests` directory.
46+
This will create `codeception.yml` and the `tests` directory. There are no test suites inside `tests` yet.
4747

4848
### Acceptance Testing
4949

0 commit comments

Comments
 (0)