@@ -30,7 +30,7 @@ $user->getName();
3030
3131 * ` return ` StubMarshaler
3232
33- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L663 )
33+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L666 )
3434
3535#### * public static* consecutive()
3636
@@ -50,7 +50,7 @@ $user->getName(); //amy
5050
5151 * ` return ` ConsecutiveMap
5252
53- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L726 )
53+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L729 )
5454
5555#### * public static* construct($class, $constructorParams = null, $params = null, $testCase = null)
5656
@@ -96,7 +96,7 @@ Stub::construct('User', array(), array('save' => true }));
9696
9797 * ` return ` object
9898
99- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L279 )
99+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L282 )
100100
101101#### * public static* constructEmpty($class, $constructorParams = null, $params = null, $testCase = null)
102102
@@ -142,7 +142,7 @@ Stub::constructEmpty('User', array(), array('save' => true }));
142142
143143 * ` return ` object
144144
145- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L330 )
145+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L333 )
146146
147147#### * public static* constructEmptyExcept($class, $method, $constructorParams = null, $params = null, $testCase = null)
148148
@@ -189,7 +189,7 @@ Stub::constructEmptyExcept('User', 'save', array(), array('save' => true }));
189189
190190 * ` return ` object
191191
192- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L386 )
192+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L389 )
193193
194194#### * public static* copy($obj, $params = null)
195195
@@ -200,7 +200,7 @@ Clones an object and redefines it's properties (even protected and private)
200200
201201 * ` return ` mixed
202202
203- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L234 )
203+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L237 )
204204
205205#### * public static* exactly($count, $params = null)
206206
@@ -227,7 +227,7 @@ $user->getName();
227227
228228 * ` return ` StubMarshaler
229229
230- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L693 )
230+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L696 )
231231
232232#### * public static* factory($class, $num = null, $params = null)
233233
@@ -239,7 +239,7 @@ Creates $num instances of class through `Stub::make`.
239239
240240 * ` return ` array
241241
242- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L90 )
242+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L93 )
243243
244244#### * public static* make($class, $params = null, $testCase = null)
245245
@@ -329,7 +329,7 @@ Stub::makeEmpty('User', array('save' => true }));
329329
330330 * ` return ` object
331331
332- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L208 )
332+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L211 )
333333
334334#### * public static* makeEmptyExcept($class, $method, $params = null, $testCase = null)
335335
@@ -375,7 +375,7 @@ Stub::makeEmptyExcept('User', 'save', array('isValid' => true }));
375375
376376 * ` return ` object
377377
378- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L137 )
378+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L140 )
379379
380380#### * public static* never($params = null)
381381
@@ -397,7 +397,7 @@ $user->someMethod();
397397
398398 * ` return ` StubMarshaler
399399
400- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L610 )
400+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L613 )
401401
402402#### * public static* once($params = null)
403403
@@ -421,7 +421,7 @@ $this->assertEquals('Davert', $userName);
421421
422422 * ` return ` StubMarshaler
423423
424- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L637 )
424+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L640 )
425425
426426#### * public static* update($mock, array $params)
427427
@@ -433,6 +433,6 @@ Replaces properties of current stub
433433 * ` return ` mixed
434434 * ` throws ` \LogicException
435435
436- [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L479 )
436+ [ See source] ( https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php#L482 )
437437
438438<p >  ; </p ><div class =" alert alert-warning " >Reference is taken from the source code. <a href =" https://github.com/Codeception/Codeception/blob/2.1/src/Codeception/Util/Stub.php " >Help us to improve documentation. Edit module reference</a ></div >
0 commit comments