Skip to content

Commit a89a468

Browse files
authored
Merge pull request Codeception#660 from Codeception/remove-outdated-helper-information
Remove outdated helper information
2 parents 174cc22 + efa5dde commit a89a468

9 files changed

+4
-17
lines changed

docs/02-GettingStarted.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ modules:
5959
enabled:
6060
- PhpBrowser:
6161
url: 'http://localhost/myapp/'
62-
- Tests\Support\Helper\Acceptance
6362
```
6463
6564
@@ -161,7 +160,6 @@ modules:
161160
enabled:
162161
- PhpBrowser:
163162
url: 'http://myappurl.local'
164-
- \Helper\Acceptance
165163
```
166164

167165

docs/03-AcceptanceTests.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ modules:
6363
enabled:
6464
- PhpBrowser:
6565
url: http://www.example.com/
66-
- \Helper\Acceptance
6766
```
6867
6968
We should start by creating a test with the next command:
@@ -400,7 +399,6 @@ modules:
400399
- WebDriver:
401400
url: {{your site URL}}
402401
browser: chrome
403-
- \Helper\Acceptance
404402
```
405403

406404
See [WebDriver Module](https://codeception.com/docs/modules/WebDriver) for details.

docs/06-ModulesAndHelpers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,8 @@ modules:
132132
## Helpers
133133

134134
Codeception doesn't restrict you to only the modules from the main repository.
135-
Your project might need your own actions added to the test suite. By running the `bootstrap` command,
136-
Codeception generates three dummy modules for you, one for each of the newly created suites.
137-
These custom modules are called 'Helpers', and they can be found in the `tests/_support` directory.
135+
Your project might need your own actions added to the test suite. By running the `codecept generate:helper Name` command,
136+
you can generate custom module called 'Helper' in `tests/Support/Helper` directory.
138137

139138
```php
140139
<?php

docs/07-AdvancedUsage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ actor: AcceptanceTester
404404
modules:
405405
enabled:
406406
- WebDriver
407-
- \Helper\Acceptance
408407
config:
409408
WebDriver:
410409
url: 'http://127.0.0.1:8000/'

docs/AcceptanceTests.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ modules:
6363
enabled:
6464
- PhpBrowser:
6565
url: http://www.example.com/
66-
- \Helper\Acceptance
6766
```
6867
6968
We should start by creating a test with the next command:
@@ -400,7 +399,6 @@ modules:
400399
- WebDriver:
401400
url: {{your site URL}}
402401
browser: chrome
403-
- \Helper\Acceptance
404402
```
405403

406404
See [WebDriver Module](https://codeception.com/docs/modules/WebDriver) for details.

docs/AdvancedUsage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ actor: AcceptanceTester
404404
modules:
405405
enabled:
406406
- WebDriver
407-
- \Helper\Acceptance
408407
config:
409408
WebDriver:
410409
url: 'http://127.0.0.1:8000/'

docs/GettingStarted.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ modules:
5959
enabled:
6060
- PhpBrowser:
6161
url: 'http://localhost/myapp/'
62-
- Tests\Support\Helper\Acceptance
6362
```
6463
6564
@@ -161,7 +160,6 @@ modules:
161160
enabled:
162161
- PhpBrowser:
163162
url: 'http://myappurl.local'
164-
- \Helper\Acceptance
165163
```
166164

167165

docs/ModulesAndHelpers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,8 @@ modules:
132132
## Helpers
133133

134134
Codeception doesn't restrict you to only the modules from the main repository.
135-
Your project might need your own actions added to the test suite. By running the `bootstrap` command,
136-
Codeception generates three dummy modules for you, one for each of the newly created suites.
137-
These custom modules are called 'Helpers', and they can be found in the `tests/_support` directory.
135+
Your project might need your own actions added to the test suite. By running the `codecept generate:helper Name` command,
136+
you can generate custom module called 'Helper' in `tests/Support/Helper` directory.
138137

139138
```php
140139
<?php

quickstart.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ <h4 class="panel-title">1.Install</h4>
9292
enabled:
9393
- PhpBrowser:
9494
url: {YOUR APP'S URL}
95-
- Tests\Support\Helper\Acceptance
9695
</pre>
9796
</div>
9897
</div> <!-- /.panel-body -->

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy