@@ -38,7 +38,7 @@ This class provides various helper methods for building customized setup
38
38
* `param \Symfony\Component\Console\Input\InputInterface` $input
39
39
* `param \Symfony\Component\Console\Output\OutputInterface` $output
40
40
41
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L60)
41
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L60)
42
42
43
43
#### addModulesToComposer()
44
44
@@ -48,7 +48,7 @@ This class provides various helper methods for building customized setup
48
48
* `param array` $modules
49
49
* `return ?int`
50
50
51
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L237)
51
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L237)
52
52
53
53
#### addStyles()
54
54
@@ -58,7 +58,7 @@ This class provides various helper methods for building customized setup
58
58
* `param \Symfony\Component\Console\Output\OutputInterface` $output
59
59
* `return void`
60
60
61
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L12)
61
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L12)
62
62
63
63
#### ask()
64
64
@@ -83,7 +83,7 @@ $this->ask('do you want to proceed (y/n)', true);
83
83
84
84
{% endhighlight %}
85
85
86
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L100)
86
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L100)
87
87
88
88
#### breakParts()
89
89
@@ -93,7 +93,7 @@ $this->ask('do you want to proceed (y/n)', true);
93
93
* `param string` $class
94
94
* `return string[]`
95
95
96
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L19)
96
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L19)
97
97
98
98
#### checkInstalled()
99
99
@@ -103,7 +103,7 @@ $this->ask('do you want to proceed (y/n)', true);
103
103
* `param string` $dir
104
104
* `return void`
105
105
106
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L198)
106
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L198)
107
107
108
108
#### completeSuffix()
109
109
@@ -114,7 +114,7 @@ $this->ask('do you want to proceed (y/n)', true);
114
114
* `param string` $suffix
115
115
* `return string`
116
116
117
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L37)
117
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L37)
118
118
119
119
#### createActor()
120
120
@@ -130,7 +130,7 @@ Create an Actor class and generate actions for it.
130
130
131
131
Requires a suite config as array in 3rd parameter.
132
132
133
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L210)
133
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L210)
134
134
135
135
#### createDirectoryFor()
136
136
@@ -141,7 +141,7 @@ Requires a suite config as array in 3rd parameter.
141
141
* `param string` $className
142
142
* `return string`
143
143
144
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L22)
144
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L22)
145
145
146
146
#### createEmptyDirectory()
147
147
@@ -153,7 +153,7 @@ Requires a suite config as array in 3rd parameter.
153
153
154
154
Create an empty directory and add a placeholder file into it
155
155
156
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L187)
156
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L187)
157
157
158
158
#### createFile()
159
159
@@ -166,7 +166,7 @@ Create an empty directory and add a placeholder file into it
166
166
* `param int` $flags
167
167
* `return bool`
168
168
169
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L58)
169
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L58)
170
170
171
171
#### createHelper()
172
172
@@ -180,7 +180,7 @@ Create an empty directory and add a placeholder file into it
180
180
181
181
Create a helper class inside a directory
182
182
183
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L166)
183
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L166)
184
184
185
185
#### getNamespaceHeader()
186
186
@@ -190,7 +190,7 @@ Create a helper class inside a directory
190
190
* `param string` $class
191
191
* `return string`
192
192
193
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L38)
193
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L38)
194
194
195
195
#### getNamespaceString()
196
196
@@ -200,7 +200,7 @@ Create a helper class inside a directory
200
200
* `param string` $class
201
201
* `return string`
202
202
203
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L32)
203
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L32)
204
204
205
205
#### getNamespaces()
206
206
@@ -210,7 +210,7 @@ Create a helper class inside a directory
210
210
* `param string` $class
211
211
* `return array`
212
212
213
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L47)
213
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L47)
214
214
215
215
#### getShortClassName()
216
216
@@ -220,7 +220,7 @@ Create a helper class inside a directory
220
220
* `param string` $class
221
221
* `return string`
222
222
223
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L26)
223
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L26)
224
224
225
225
#### gitIgnore()
226
226
@@ -230,7 +230,7 @@ Create a helper class inside a directory
230
230
* `param string` $path
231
231
* `return void`
232
232
233
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L193)
233
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L193)
234
234
235
235
#### initDir()
236
236
@@ -242,7 +242,7 @@ Create a helper class inside a directory
242
242
243
243
Change the directory where Codeception should be installed.
244
244
245
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L69)
245
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L69)
246
246
247
247
#### removeSuffix()
248
248
@@ -253,7 +253,7 @@ Change the directory where Codeception should be installed.
253
253
* `param string` $suffix
254
254
* `return string`
255
255
256
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L52)
256
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L52)
257
257
258
258
#### say()
259
259
@@ -272,7 +272,7 @@ $this->say('Welcome to Setup');
272
272
273
273
{% endhighlight %}
274
274
275
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L126)
275
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L126)
276
276
277
277
#### sayError()
278
278
@@ -284,7 +284,7 @@ $this->say('Welcome to Setup');
284
284
285
285
Print error message
286
286
287
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L142)
287
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L142)
288
288
289
289
#### sayInfo()
290
290
@@ -296,7 +296,7 @@ Print error message
296
296
297
297
Print info message
298
298
299
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L158)
299
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L158)
300
300
301
301
#### saySuccess()
302
302
@@ -308,7 +308,7 @@ Print info message
308
308
309
309
Print a successful message
310
310
311
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L134)
311
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L134)
312
312
313
313
#### sayWarning()
314
314
@@ -320,7 +320,7 @@ Print a successful message
320
320
321
321
Print warning message
322
322
323
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L150)
323
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L150)
324
324
325
325
#### setup()
326
326
@@ -331,7 +331,7 @@ Print warning message
331
331
332
332
Override this class to create customized setup.
333
333
334
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L83)
334
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L83)
335
335
336
336
#### updateComposerClassMap()
337
337
@@ -341,6 +341,6 @@ Override this class to create customized setup.
341
341
* `param string` $vendorDir
342
342
* `return void`
343
343
344
- [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L309)
344
+ [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L309)
345
345
346
- <p >  ; </p ><div class =" alert alert-warning " >Reference is taken from the source code. <a href =" https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php " >Help us to improve documentation. Edit module reference</a ></div >
346
+ <p >  ; </p ><div class =" alert alert-warning " >Reference is taken from the source code. <a href =" https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php " >Help us to improve documentation. Edit module reference</a ></div >
0 commit comments