You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2017-05-22-codeception-2-3.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ A good option if you have a single suite.
70
70
71
71
#### Suite Paths
72
72
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.
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.
97
97
98
98
#### Naming Changes
99
99
@@ -117,7 +117,7 @@ codecept run --ext Recorder
117
117
118
118
or by providing a full class name
119
119
120
-
```
120
+
```bash
121
121
codecept run --ext "Codeception\Extension\Recorder"
122
122
```
123
123
@@ -148,7 +148,7 @@ In Codeception 2.3 we recommend to specify a command to load a database in `popu
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.
152
152
153
153
### Db module defaults
154
154
@@ -161,5 +161,5 @@ See complete [changelog](http://codeception.com/changelog) for all notable chang
161
161
162
162
---
163
163
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`.
165
165
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