Skip to content

Commit 5fe3b9e

Browse files
committed
auto updated documentation
1 parent 7079d46 commit 5fe3b9e

34 files changed

+75
-77
lines changed

docs/modules/AMQP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ $I->seeMessageInQueueContainsText('queue.emails','davert');
160160
* `param` $queue
161161
* `param` $text
162162

163-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/AMQP.php">Help us improve documentation. Edit module reference</a>
163+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/AMQP.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Asserts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ Fails the test with message.
153153

154154

155155

156-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Asserts.php">Help us improve documentation. Edit module reference</a>
156+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Asserts.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ Checks that output from last executed command contains text
8989
#### seeShellOutputMatches
9090
__not documented__
9191

92-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Cli.php">Help us improve documentation. Edit module reference</a>
92+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Cli.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Db.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ To have your database properly cleaned you should configure it to access the dat
1616
Also provides actions to perform checks in database.
1717

1818
In order to have your database populated with data you need a raw SQL dump.
19-
Just put it in {% highlight %}
20-
tests/_data
21-
{% endhighlight %} dir (by default) and specify path to it in config.
19+
Just put it in `tests/_data` dir (by default) and specify path to it in config.
2220
Next time after database is cleared all your data will be restored from dump.
2321
Don't forget to include CREATE TABLE statements into it.
2422

@@ -214,4 +212,4 @@ Fails if no such user found.
214212
* `param` $table
215213
* `param array` $criteria
216214

217-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Db.php">Help us improve documentation. Edit module reference</a>
215+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Db.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Dbh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ Fails if no such user found.
166166
* `param` $table
167167
* `param array` $criteria
168168

169-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Dbh.php">Help us improve documentation. Edit module reference</a>
169+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Dbh.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Doctrine1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ $I->seeInTable('User', array('name' => 'Davert', 'email' => '[email protected]'));
122122
* `param` $model
123123
* `param array` $values
124124

125-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Doctrine1.php">Help us improve documentation. Edit module reference</a>
125+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Doctrine1.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Doctrine2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ Fails if record for given criteria can\'t be found,
188188
* `param` $entity
189189
* `param array` $params
190190

191-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Doctrine2.php">Help us improve documentation. Edit module reference</a>
191+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Doctrine2.php">Help us to improve documentation. Edit module reference</a>

docs/modules/FTP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,4 @@ $I->writeToFile('composer.json', 'some data here');
471471

472472
* `param` $filename
473473
* `param` $contents
474-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/FTP.php">Help us improve documentation. Edit module reference</a>
474+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/FTP.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Facebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ Please, note that you must have publish_stream permission to be able to publish
177177

178178
* `param string` $placeId Place identifier to be verified against user published posts
179179

180-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Facebook.php">Help us improve documentation. Edit module reference</a>
180+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Facebook.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ Saves contents to file
228228

229229
* `param` $filename
230230
* `param` $contents
231-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Filesystem.php">Help us improve documentation. Edit module reference</a>
231+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Filesystem.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Kohana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,4 +789,4 @@ $I->uncheckOption('#notify');
789789

790790
* `param` $option
791791

792-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Kohana.php">Help us improve documentation. Edit module reference</a>
792+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Kohana.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Laravel4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,4 +935,4 @@ $I->uncheckOption('#notify');
935935

936936
* `param` $option
937937

938-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Laravel4.php">Help us improve documentation. Edit module reference</a>
938+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Laravel4.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Memcache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ Checks item in Memcached exists and the same as expected.
113113
* `param` $key
114114
* `param` $value
115115

116-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Memcache.php">Help us improve documentation. Edit module reference</a>
116+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Memcache.php">Help us to improve documentation. Edit module reference</a>

docs/modules/MongoDb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ $I->seeInCollection('users', array('name' => 'miles'));
149149
* `param` $collection
150150
* `param array` $criteria
151151

152-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/MongoDb.php">Help us improve documentation. Edit module reference</a>
152+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/MongoDb.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Phalcon1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,4 +886,4 @@ $I->uncheckOption('#notify');
886886

887887
* `param` $option
888888

889-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Phalcon1.php">Help us improve documentation. Edit module reference</a>
889+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Phalcon1.php">Help us to improve documentation. Edit module reference</a>

docs/modules/PhpBrowser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,4 +869,4 @@ $I->uncheckOption('#notify');
869869

870870
* `param` $option
871871

872-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/PhpBrowser.php">Help us improve documentation. Edit module reference</a>
872+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/PhpBrowser.php">Help us to improve documentation. Edit module reference</a>

docs/modules/REST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,4 @@ Sends UNLINK request to given uri.
382382
383383

384384

385-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/REST.php">Help us improve documentation. Edit module reference</a>
385+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/REST.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ Cleans up Redis database.
8686

8787

8888

89-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Redis.php">Help us improve documentation. Edit module reference</a>
89+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Redis.php">Help us to improve documentation. Edit module reference</a>

docs/modules/SOAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ $I->sendRequest('UpdateUser', \Codeception\Utils\Soap::request()->user
284284
* `param` $body
285285

286286

287-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/SOAP.php">Help us improve documentation. Edit module reference</a>
287+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/SOAP.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ for ($i = 0; $i<10; $i++) {
9999

100100

101101

102-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Sequence.php">Help us improve documentation. Edit module reference</a>
102+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Sequence.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Silex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,4 +823,4 @@ $I->uncheckOption('#notify');
823823

824824
* `param` $option
825825

826-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Silex.php">Help us improve documentation. Edit module reference</a>
826+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Silex.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Symfony1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,4 @@ Note, that pricing plan will be set to Paid, as it's selected on page.
339339
* `param` $selector
340340
* `param` $params
341341

342-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Symfony1.php">Help us improve documentation. Edit module reference</a>
342+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Symfony1.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Symfony2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,4 +828,4 @@ $I->uncheckOption('#notify');
828828

829829
* `param` $option
830830

831-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Symfony2.php">Help us improve documentation. Edit module reference</a>
831+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Symfony2.php">Help us to improve documentation. Edit module reference</a>

docs/modules/WebDriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,4 +1183,4 @@ $I->waitForText('foo', 30, '.title'); // secs
11831183
* `param null` $selector
11841184
\Exception
11851185
* `internal param string` $element
1186-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/WebDriver.php">Help us improve documentation. Edit module reference</a>
1186+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/WebDriver.php">Help us to improve documentation. Edit module reference</a>

docs/modules/XMLRPC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ Sends a XMLRPC method call to remote XMLRPC-server.
119119
* `param string` $methodName
120120
* `param array` $parameters
121121

122-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/XMLRPC.php">Help us improve documentation. Edit module reference</a>
122+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/XMLRPC.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Yii1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,4 +834,4 @@ $I->uncheckOption('#notify');
834834

835835
* `param` $option
836836

837-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Yii1.php">Help us improve documentation. Edit module reference</a>
837+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Yii1.php">Help us to improve documentation. Edit module reference</a>

docs/modules/Yii2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,4 +847,4 @@ $I->uncheckOption('#notify');
847847

848848
* `param` $option
849849

850-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Yii2.php">Help us improve documentation. Edit module reference</a>
850+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/Yii2.php">Help us to improve documentation. Edit module reference</a>

docs/modules/ZF1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,4 +827,4 @@ $I->uncheckOption('#notify');
827827

828828
* `param` $option
829829

830-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/ZF1.php">Help us improve documentation. Edit module reference</a>
830+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/ZF1.php">Help us to improve documentation. Edit module reference</a>

docs/modules/ZF2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,4 +794,4 @@ $I->uncheckOption('#notify');
794794

795795
* `param` $option
796796

797-
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/ZF2.php">Help us improve documentation. Edit module reference</a>
797+
<p>&nbsp;</p><div class="alert alert-warning">Module reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/tree/2.0/src/Codeception/Module/ZF2.php">Help us to improve documentation. Edit module reference</a>

docs/reference/Autoload.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Custom autoloader to load classes by suffixes: `Helper`, `Page`, `Step`, etc.
1717
* `param` $class
1818
* `return` bool
1919

20-
[See source](https://github.com/Codeception/Codeception/blob/master/src/Codeception/Util/Autoload.php#L58)
20+
[See source](https://github.com/Codeception/Codeception/blob/2.0/src/Codeception/Util/Autoload.php#L58)
2121

2222
#### *public static* matches($class, $namespace, $suffix)
2323

@@ -28,7 +28,7 @@ Custom autoloader to load classes by suffixes: `Helper`, `Page`, `Step`, etc.
2828
* `param` $suffix
2929
* `return` bool
3030

31-
[See source](https://github.com/Codeception/Codeception/blob/master/src/Codeception/Util/Autoload.php#L86)
31+
[See source](https://github.com/Codeception/Codeception/blob/2.0/src/Codeception/Util/Autoload.php#L86)
3232

3333

3434
#### *public static* register($namespace, $suffix, $path)
@@ -41,18 +41,18 @@ Example:
4141
``` php
4242
<?php
4343
// loads UserHelper in 'helpers/UserHelper.php'
44-
Autoload::register('app\Codeception\Helper','Helper', __DIR__.'/helpers/');
45-
// loads UserHelper in 'helpers/UserHelper.php'
46-
Autoload::register('app\tests','Page', __DIR__.'/pageobjects/');
47-
Autoload::register('app\tests','Controller', __DIR__.'/controllers/');
44+
Autoload::register('app\Codeception\Helper', 'Helper', __DIR__.'/helpers/');
45+
// loads LoginPage in 'pageobjects/LoginPage.php'
46+
Autoload::register('app\tests', 'Page', __DIR__.'/pageobjects/');
47+
Autoload::register('app\tests', 'Controller', __DIR__.'/controllers/');
4848
?>
4949
```
5050

5151
* `param` $namespace
5252
* `param` $suffix
5353
* `param` $path
5454

55-
[See source](https://github.com/Codeception/Codeception/blob/master/src/Codeception/Util/Autoload.php#L34)
55+
[See source](https://github.com/Codeception/Codeception/blob/2.0/src/Codeception/Util/Autoload.php#L34)
5656

5757
#### *public static* registerSuffix($suffix, $path)
5858

@@ -61,5 +61,5 @@ Shortcut for { * `link` self::register} for classes with empty namespaces.
6161
* `param` $suffix
6262
* `param` $path
6363

64-
[See source](https://github.com/Codeception/Codeception/blob/master/src/Codeception/Util/Autoload.php#L49)
65-
64+
[See source](https://github.com/Codeception/Codeception/blob/2.0/src/Codeception/Util/Autoload.php#L49)
65+
<p>&nbsp;</p><div class="alert alert-warning">Reference is taken from the source code. <a href="https://github.com/Codeception/Codeception/blob/2.0/src/Codeception/Util/Autoload.php">Help us to improve documentation. Edit module reference</a>

0 commit comments

Comments
 (0)