Skip to content

Commit 07c78ff

Browse files
committed
Add instructions to install modules to For Joomla, Laravel and Symfony pages
1 parent b3d38b8 commit 07c78ff

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)
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