Skip to content

Commit 2e7e24e

Browse files
authored
Merge pull request Codeception#412 from Codeception/install-modules-in-for-pages
Add instructions to install modules to For Joomla and For Symfony pages
2 parents ba6fbd8 + 07c78ff commit 2e7e24e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

for/joomla.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create a Joomla website in your local web server.
2727
Go 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

3333
Then run:

for/laravel.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

for/symfony.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
125125
vendor/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
131131
class_name: ApiTester

0 commit comments

Comments
 (0)