Skip to content

Commit 7c9ba03

Browse files
Adding "edit" link (Codeception#418)
* Adding "edit" link * Update 03-AcceptanceTests.md * Update 04-FunctionalTests.md * Update 05-UnitTests.md * Update 06-ModulesAndHelpers.md * Update 07-AdvancedUsage.md * Update 08-Customization.md * Update 09-Data.md * Update 10-APITesting.md * Update 11-Codecoverage.md * Update 12-ContinuousIntegration.md * Update 12-ParallelExecution.md
1 parent c442e76 commit 7c9ba03

12 files changed

+40
-13
lines changed

docs/02-GettingStarted.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,3 +444,6 @@ After you have reviewed the basic concepts and configurations, you can start wri
444444

445445
* **Next Chapter: [AcceptanceTests >](/docs/03-AcceptanceTests)**
446446
* **Previous Chapter: [< Introduction](/docs/01-Introduction)**
447+
448+
<p>&nbsp;</p>
449+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/02-GettingStarted.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/03-AcceptanceTests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,3 +899,6 @@ If you need to access the database, you can use the [Db Module](http://codecepti
899899

900900
* **Next Chapter: [FunctionalTests >](/docs/04-FunctionalTests)**
901901
* **Previous Chapter: [< GettingStarted](/docs/02-GettingStarted)**
902+
903+
<p>&nbsp;</p>
904+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/03-AcceptanceTests.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/04-FunctionalTests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,6 @@ If you are using a framework other than the ones listed here, create a module fo
281281

282282
* **Next Chapter: [UnitTests >](/docs/05-UnitTests)**
283283
* **Previous Chapter: [< AcceptanceTests](/docs/03-AcceptanceTests)**
284+
285+
<p>&nbsp;</p>
286+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/04-FunctionalTests.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/05-UnitTests.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,4 +525,7 @@ For most unit and integration testing, PHPUnit tests are enough. They run fast,
525525

526526

527527
* **Next Chapter: [ModulesAndHelpers >](/docs/06-ModulesAndHelpers)**
528-
* **Previous Chapter: [< FunctionalTests](/docs/04-FunctionalTests)**
528+
* **Previous Chapter: [< FunctionalTests](/docs/04-FunctionalTests)**
529+
530+
<p>&nbsp;</p>
531+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/05-UnitTests.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/06-ModulesAndHelpers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,3 +590,7 @@ Helpers also can be used to extend the functionality of the original modules.
590590

591591
* **Next Chapter: [ReusingTestCode >](/docs/06-ReusingTestCode)**
592592
* **Previous Chapter: [< UnitTests](/docs/05-UnitTests)**
593+
594+
595+
<p>&nbsp;</p>
596+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/06-ModulesAndHelpers.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/07-AdvancedUsage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,3 +836,7 @@ and write them faster using the interactive console. Codeception tests can be ea
836836

837837
* **Next Chapter: [BDD >](/docs/07-BDD)**
838838
* **Previous Chapter: [< ReusingTestCode](/docs/06-ReusingTestCode)**
839+
840+
841+
<p>&nbsp;</p>
842+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/07-AdvancedUsage.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/08-Customization.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,3 +498,6 @@ If you see you have a problem that can be solved using these extensions, then gi
498498

499499
* **Next Chapter: [Data >](/docs/09-Data)**
500500
* **Previous Chapter: [< BDD](/docs/07-BDD)**
501+
502+
<p>&nbsp;</p>
503+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/08-Customization.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/09-Data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,6 @@ to operate with database through a data abstraction layer, and use the DataFacto
422422

423423
* **Next Chapter: [APITesting >](/docs/10-APITesting)**
424424
* **Previous Chapter: [< Customization](/docs/08-Customization)**
425+
426+
<p>&nbsp;</p>
427+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/09-Data.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/10-APITesting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ class Api extends \Codeception\Module {
386386

387387
Codeception has two modules that will help you to test various web services. They need a new `api` suite to be created. Remember, you are not limited to test only response body. By including `Db` module you may check if a user has been created after the `CreateUser` call. You can improve testing scenarios by using REST or SOAP responses in your helper methods.
388388

389-
390-
391-
392389
* **Next Chapter: [Codecoverage >](/docs/11-Codecoverage)**
393390
* **Previous Chapter: [< Data](/docs/09-Data)**
391+
392+
<p>&nbsp;</p>
393+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/10-APITesting.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/11-Codecoverage.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,9 @@ Context stream options are [well documented at php.net](http://php.net/manual/en
216216
It's never been easier to setup local and remote code coverage. Just one config and one additional file to include!
217217
**With Codeception you can easily generate CodeCoverage reports for your Selenium tests** (or other acceptance or api tests). Mixing reports for `acceptance`, `functional`, and `unit` suites provides you with the most complete information on which parts of your applications are tested and which are not.
218218

219+
* **Next Chapter: [ContinuousIntegration >](/docs/12-ContinuousIntegration)**
220+
* **Previous Chapter: [< APITesting](/docs/10-APITesting)**
219221

220222

221-
222-
* **Next Chapter: [ContinuousIntegration >](/docs/12-ContinuousIntegration)**
223-
* **Previous Chapter: [< APITesting](/docs/10-APITesting)**
223+
<p>&nbsp;</p>
224+
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/11-Codecoverage.md"><strong>Edit</strong> this page on GitHub</a></div>

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