Skip to content

Commit 41b8fc7

Browse files
committed
updated
1 parent c2a9f5d commit 41b8fc7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_posts/2017-05-22-codeception-2-3.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A good option if you have a single suite.
7070
7171
#### Suite Paths
7272
73-
The suite can have its custom path (specified by `path`). From config above expects unit tests to be placed into the root directory, where codeception.yml is located (`path: tests: .` and `path: ``)
73+
The suite can have its custom path (specified by `path`). From config above expects unit tests to be placed into the root directory, where codeception.yml is located.
7474

7575
![selection_201](https://cloud.githubusercontent.com/assets/220264/25978631/1cda7ba6-36cc-11e7-9db1-035b13cab3d4.png)
7676

@@ -93,7 +93,7 @@ suites:
9393
- Asserts
9494
```
9595

96-
In this case, UnitTester won't be created, as well as `_generated/UnitActions`. However, such suites won't be able to have Cest and Cept files generated.
96+
In this case, UnitTester won't be created, as well as `_generated/UnitActions`. However, such suites won't be able to use Cest and Cept files.
9797

9898
#### Naming Changes
9999

@@ -117,7 +117,7 @@ codecept run --ext Recorder
117117

118118
or by providing a full class name
119119

120-
```
120+
```bash
121121
codecept run --ext "Codeception\Extension\Recorder"
122122
```
123123

@@ -148,7 +148,7 @@ In Codeception 2.3 we recommend to specify a command to load a database in `popu
148148
populator: 'mysql -u $user $dbname < tests/_data/dump.sql'
149149
```
150150

151-
This approach is system-dependent, you can't use the same config on Windows and Nix systems, but is much faster. Thanks [Mauro Asprea @brutuscat](https://github.com/brutuscat) for this feature.
151+
This approach is system-dependent, you can't use the same config on Windows and Nix systems, but is much faster. Thanks to [Mauro Asprea @brutuscat](https://github.com/brutuscat) for this feature.
152152

153153
### Db module defaults
154154

@@ -161,5 +161,5 @@ See complete [changelog](http://codeception.com/changelog) for all notable chang
161161

162162
---
163163

164-
P.S. Codeception is seeking for Symfony module maintainer. If you use Codeception with Symfony and you'd like to improve it, please contact us at `team@codeception.com`.
164+
P.S. **Codeception is seeking for Symfony module maintainer**. If you use Codeception with Symfony and you'd like to improve it, please contact us at `team@codeception.com`.
165165
Maintainer responsibilities are: review issues, pull requests, update symfony demo app and so on. Take a part in project development and make open source brighter!

0 commit comments

Comments
 (0)