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: docs/reference/configuration.markdown
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Configuration was explained in [Getting Started](http://codeception.com/docs/02-
9
9
10
10
## Global Configuration
11
11
12
-
Configuration file `codeception.yml` is generated by `codecept bootsrtap` command and contains all parameters for running Codeception.
12
+
Configuration file `codeception.yml` is generated by `codecept bootstrap` command and contains all parameters for running Codeception.
13
13
14
14
Example:
15
15
@@ -31,7 +31,7 @@ modules:
31
31
dsn: ''
32
32
user: ''
33
33
password: ''
34
-
dump: tests/_data/dump.sql
34
+
dump: tests/_data/dump.sql
35
35
{% endhighlight %}
36
36
37
37
### Parameters
@@ -46,7 +46,7 @@ modules:
46
46
#### Settings
47
47
48
48
* bootstrap - the bootstrap file always loaded before each step. Can be useful for loading fixtures. But probably you want manual control, then remove this line and use `require_once '_bootstrap.php'` inside tests.
49
-
* suite_class - suite is used as a tests container.
49
+
* suite_class - suite is used as a tests container.
50
50
* colors - colored ooutput, by default is `false` on Windows and `true` on other systems. Install [ANSICon](http://adoxa.110mb.com/ansicon/) on Windows and set to true.
51
51
* memory_limit - PHP memory consuming parameter. Increase this value if you run out of memory.
52
52
* log - weather to log tests execution process to file.
@@ -94,7 +94,7 @@ modules:
94
94
#### Modules
95
95
96
96
* enabled - a list of modules. The order of list *matters* as the next modules can replace actions from previous ones.
97
-
* config - config of module. The configuration parameters for each module is documented on pages for each module. There are required and optional pameters.
97
+
* config - config of module. The configuration parameters for each module is documented on pages for each module. There are required and optional pameters.
0 commit comments