summaryrefslogtreecommitdiffstats
path: root/codeception.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codeception.yml')
-rw-r--r--codeception.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/codeception.yml b/codeception.yml
deleted file mode 100644
index 3a8fca8..0000000
--- a/codeception.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-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