forked from flipboxfactory/saml-sp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeception.yml
48 lines (47 loc) · 956 Bytes
/
codeception.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
actor_suffix: Tester
params:
- tests/.env
- env
bootstrap: _bootstrap.php
settings:
colors: true
memory_limit: 2048M
coverage:
enabled: true
include:
- src/*
exclude:
- src/icon.svg
- src/icon-mask.svg
- src/templates/*
- src/migrations/*
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config:
\craft\test\Craft:
configFile: 'tests/_craft/config/test.php'
edition: 2
entryUrl: http://saml-sp.test/index.php
dbSetup:
clean: true
setupCraft: true
plugins:
- class: \flipbox\saml\sp\Saml
handle: saml-sp
enabled:
- Db:
dsn: '%DB_DSN%'
user: '%DB_USER%'
password: '%DB_PASSWORD%'
populate: true
# cleanup: true
# reconnect: true
# dump:
# - tests/_data/create-dbs.sql