diff options
author | nashe <contact@nashe.fr> | 2015-08-08 21:47:16 +0200 |
---|---|---|
committer | nashe <contact@nashe.fr> | 2015-08-08 21:47:16 +0200 |
commit | 503ad813c237002272b82489b84a58562d27de43 (patch) | |
tree | d1603278da90fcb12a62f74d83900e8d0167a714 /codeception.yml | |
parent | bb5f7a8b4f03b22c78b333cd74f7846f7edf248b (diff) | |
parent | 2d029da86a08cda7305905e01db7aa6d1412af84 (diff) | |
download | planet-503ad813c237002272b82489b84a58562d27de43.tar planet-503ad813c237002272b82489b84a58562d27de43.tar.gz planet-503ad813c237002272b82489b84a58562d27de43.tar.bz2 planet-503ad813c237002272b82489b84a58562d27de43.tar.xz planet-503ad813c237002272b82489b84a58562d27de43.zip |
Merge branch 'travis-experiments' into patch-composer
Diffstat (limited to 'codeception.yml')
-rw-r--r-- | codeception.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/codeception.yml b/codeception.yml new file mode 100644 index 0000000..3a8fca8 --- /dev/null +++ b/codeception.yml @@ -0,0 +1,21 @@ +actor: Tester +paths: + tests: tests + log: tests/_output + data: tests/_data + support: tests/_support + envs: tests/_envs +settings: + bootstrap: _bootstrap.php + colors: true + memory_limit: 1024M +extensions: + enabled: + - Codeception\Extension\RunFailed +modules: + config: + Db: + dsn: '' + user: '' + password: '' + dump: tests/_data/dump.sql |