Created
November 3, 2017 21:44
-
-
Save JohnDeeBDD/deec353d2c17c9ded83df026d98be313 to your computer and use it in GitHub Desktop.
Codeception sample unit test YML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actor: UnitTester | |
modules: | |
enabled: | |
- WPLoader | |
- WPQueries | |
- Asserts | |
config: | |
WPLoader: | |
wpRootFolder: /var/www/html | |
dbName: wordpress_unit_test | |
dbHost: localhost | |
dbUser: wordpressuser | |
dbPassword: password | |
tablePrefix: wp_ | |
domain: locahost | |
adminEmail: admin@localhost | |
title: WP Tests | |
plugins: [] | |
activatePlugins: [] | |
bootstrapActions: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment