Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1c28be

Browse files
authored
Merge pull request Codeception#124 from lucatume/patch-5
Remove Codeception explicit installation
2 parents acc663a + 6c6448d commit a1c28be

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

for/wordpress.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ sidebar: |
2424

2525
## Install
2626

27-
Install latest stable Codeception via Composer:
27+
Install latest stable WPBrowser package via Composer (WPBrowser will install Codeception for you):
2828

2929
```bash
30-
composer require codeception/codeception --dev
30+
composer require lucatume/wp-browser --dev
3131
```
3232

33-
Install latest stable WPBrowser package via Composer:
33+
If a dependency resolution issue arises and you have previously installed `codeception/codeception` try removing it and requiring just `lucatume/wp-browser`:
3434

3535
```bash
36+
composer remove codeception/codeception --dev
3637
composer require lucatume/wp-browser --dev
3738
```
3839

40+
WPBrowser will install the latest version of Codeception for you.
41+
3942
## Setup
4043

4144
To fully use the WordPress specific modules of the WPBrowser suite you need to setup a local WordPress installation; this is in no way different from what's required to locally develop a WordPress theme or plugin.

0 commit comments

Comments
 (0)