Skip to content

Instantly share code, notes, and snippets.

@ryanirelan
Last active October 1, 2019 17:21
Show Gist options
  • Save ryanirelan/09a44c843ddc2c7ec782717db25fd2f5 to your computer and use it in GitHub Desktop.
Save ryanirelan/09a44c843ddc2c7ec782717db25fd2f5 to your computer and use it in GitHub Desktop.
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