mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
add codeception, update gitignore
This commit is contained in:
17
framework/core/codeception.yml
Normal file
17
framework/core/codeception.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
actor: Tester
|
||||
paths:
|
||||
tests: tests
|
||||
log: tests/_output
|
||||
data: tests/_data
|
||||
helpers: tests/_support
|
||||
settings:
|
||||
bootstrap: _bootstrap.php
|
||||
colors: true
|
||||
memory_limit: 1024M
|
||||
modules:
|
||||
config:
|
||||
Db:
|
||||
dsn: ''
|
||||
user: ''
|
||||
password: ''
|
||||
dump: tests/_data/dump.sql
|
Reference in New Issue
Block a user