Skip to content

Commit 578779b

Browse files
committed
Update the README
1 parent 7ccdf08 commit 578779b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,14 @@ cd /vagrant/content/{plugins|themes}/yourdirectory
2525
phpunit
2626
```
2727

28+
# Custom Database
29+
30+
You can optionally provide a custom database for the tests to use in one of your `.yaml` files: e.g.
31+
```
32+
tester_db:
33+
name: customtests
34+
user: wordpress
35+
password: vagrantpassword
36+
```
37+
2838
You're now ready to run any WordPress unit tests locally!

0 commit comments

Comments
 (0)