Last active
October 1, 2019 17:21
-
-
Save ryanirelan/09a44c843ddc2c7ec782717db25fd2f5 to your computer and use it in GitHub Desktop.
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: Tester | |
paths: | |
tests: tests | |
log: tests/_output | |
data: tests/_data | |
support: tests/_support | |
envs: tests/_envs | |
settings: | |
bootstrap: _bootstrap.php | |
params: | |
- tests/.env | |
modules: | |
config: | |
\craft\test\Craft: | |
configFile: 'tests/_craft/config/test.php' | |
entryUrl: 'https://craftquest.test/' | |
entryScript: 'index.php' | |
projectConfig: {} | |
migrations: [] | |
plugins: [] | |
cleanup: true | |
transaction: true | |
dbSetup: {clean: false, setupCraft: false} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment