File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Create a Joomla website in your local web server.
27
27
Go to the folder where your website is located and run:
28
28
29
29
``` bash
30
- composer require codeception/codeception --dev
30
+ composer require codeception/codeception codeception/module-phpbrowser codeception/module-asserts --dev
31
31
```
32
32
33
33
Then run:
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ sidebar: |
22
22
23
23
## Install
24
24
25
- Install latest stable Codeception via Composer:
25
+ Install latest stable Codeception and required modules via Composer:
26
26
27
27
``` bash
28
- composer require codeception/codeception --dev
28
+ composer require codeception/codeception codeception/module-laravelcodeception/module-rest codeception/module-webdriver codeception/module-asserts --dev
29
+
29
30
```
30
31
31
32
## Setup
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ sidebar: |
22
22
23
23
## Install
24
24
25
- Install Codeception via Composer:
25
+ Install Codeception and required modules via Composer:
26
26
27
27
``` bash
28
- composer require codeception/codeception --dev
28
+ composer require codeception/codeception codeception/module-symfony codeception/module-doctrine2 codeception/module-asserts codeception/module-rest codeception/module-webdriver --dev
29
29
```
30
30
31
31
## Setup
@@ -125,7 +125,7 @@ API Tests are done at functional testing level but instead of testing HTML respo
125
125
vendor/bin/codecept g:suite api
126
126
```
127
127
128
- You will need to enable ` REST ` , ` Symfony ` and ` Doctrine ` module in ` tests/api.suite.yml ` :
128
+ You will need to enable ` REST ` , ` Symfony ` and ` Doctrine2 ` module in ` tests/api.suite.yml ` :
129
129
130
130
``` yaml
131
131
class_name : ApiTester
You can’t perform that action at this time.
0 commit comments