Skip to content

Commit 43b808d

Browse files
Adding link to PhpBrowser
1 parent 32a5cef commit 43b808d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/01-Introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: 01-Introduction - Codeception - Documentation
66
# Introduction
77

88
The idea behind testing is not new. You can't sleep well if you are not confident
9-
that your last commit didn't take down the whole application.
9+
that your latest commit didn't take down the entire application.
1010
Having your application covered with tests gives you more trust in the stability of your application. That's all.
1111

1212
In most cases tests don't guarantee that the application works 100% as it is supposed to.
@@ -23,7 +23,7 @@ Out of the box you have tools for writing unit, functional, and acceptance tests
2323

2424
| | Unit Tests | Functional Tests | Acceptance Tests
2525
| --- | --- | --- | --- |
26-
| Scope of the test | Single PHP class | PHP Framework (Routing, Controllers, etc.) | Page in browser (Chrome, Firefox, or PhpBrowser) |
26+
| Scope of the test | Single PHP class | PHP Framework (Routing, Controllers, etc.) | Page in browser (Chrome, Firefox, or [PhpBrowser](https://codeception.com/docs/03-AcceptanceTests#PhpBrowser)) |
2727
| Testing computer needs access to project's PHP files | Yes | Yes | No |
2828
| Webserver required | No | No | Yes |
2929
| JavaScript | No | No | Yes |

0 commit comments

Comments
 (0)