You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: for/wordpress.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,21 @@ sidebar: |
24
24
25
25
## Install
26
26
27
-
Install latest stable Codeception via Composer:
27
+
Install latest stable WPBrowser package via Composer (WPBrowser will install Codeception for you):
28
28
29
29
```bash
30
-
composer require codeception/codeception --dev
30
+
composer require lucatume/wp-browser --dev
31
31
```
32
32
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`:
34
34
35
35
```bash
36
+
composer remove codeception/codeception --dev
36
37
composer require lucatume/wp-browser --dev
37
38
```
38
39
40
+
WPBrowser will install the latest version of Codeception for you.
41
+
39
42
## Setup
40
43
41
44
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