Skip to content

Commit d11c3f5

Browse files
committed
Remove WPDB module
1 parent 0da4a99 commit d11c3f5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/acceptance.suite.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
1-
# Codeception Test Suite Configuration
2-
#
3-
# Suite for acceptance tests.
4-
# Perform tests in browser using the WPWebDriver or WPBrowser.
5-
# Use WPDb to set up your initial database fixture.
6-
# If you need both WPWebDriver and WPBrowser tests - create a separate suite.
71
actor: AcceptanceTester
82
modules:
93
enabled:
10-
- WPDb
114
- WPBrowser
125
- \Helper\Acceptance
136
config:
14-
WPDb:
15-
dsn: 'mysql:host=127.0.0.1;dbname=wordpress'
16-
user: 'admin'
17-
password: 'password'
18-
url: 'http://wp-php-console.test'
19-
tablePrefix: 'wp_'
207
WPBrowser:
218
url: 'http://wp-php-console.test'
229
adminUsername: 'admin'

0 commit comments

Comments
 (0)