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.
2727Go to the folder where your website is located and run:
2828
2929``` bash
30- composer require codeception/codeception --dev
30+ composer require codeception/codeception codeception/module-phpbrowser codeception/module-asserts --dev
3131```
3232
3333Then run:
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ sidebar: |
2222
2323## Install
2424
25- Install latest stable Codeception via Composer:
25+ Install latest stable Codeception and required modules via Composer:
2626
2727``` 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+
2930```
3031
3132## Setup
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ sidebar: |
2222
2323## Install
2424
25- Install Codeception via Composer:
25+ Install Codeception and required modules via Composer:
2626
2727``` 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
2929```
3030
3131## Setup
@@ -125,7 +125,7 @@ API Tests are done at functional testing level but instead of testing HTML respo
125125vendor/bin/codecept g:suite api
126126```
127127
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 ` :
129129
130130``` yaml
131131class_name : ApiTester
You can’t perform that action at this time.
0 commit comments