summaryrefslogtreecommitdiffstats
path: root/codeception.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codeception.yml')
-rw-r--r--codeception.yml21
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