Added dependency plugins
This commit is contained in:
23
wordpress/wp-content/plugins/wp-graphql/tests/wpunit.suite.dist.yml
Executable file
23
wordpress/wp-content/plugins/wp-graphql/tests/wpunit.suite.dist.yml
Executable file
@@ -0,0 +1,23 @@
|
||||
# Codeception Test Suite Configuration
|
||||
#
|
||||
# Suite for unit or integration tests that require WordPress functions and classes.
|
||||
|
||||
actor: WpunitTester
|
||||
modules:
|
||||
enabled:
|
||||
- WPLoader
|
||||
- \Helper\Wpunit
|
||||
config:
|
||||
WPLoader:
|
||||
wpRootFolder: "/tmp/wordpress"
|
||||
dbName: "wpgraphql_test"
|
||||
dbHost: "127.0.0.1"
|
||||
dbUser: "root"
|
||||
dbPassword: ""
|
||||
tablePrefix: "wp_"
|
||||
domain: "wpgraphql.test"
|
||||
adminEmail: "admin@wpgraphql.test"
|
||||
title: "Test"
|
||||
plugins: ['wp-graphql/wp-graphql.php']
|
||||
activatePlugins: ['wp-graphql/wp-graphql.php']
|
||||
configFile: "tests/_data/config.php"
|
||||
Reference in New Issue
Block a user