Tests > implement Codeception (instead of PHPUnit)

This commit is contained in:
Meritoo
2018-05-28 17:42:15 +02:00
parent 7382bce842
commit 233473d915
8 changed files with 30 additions and 75 deletions

22
codeception.yml Normal file
View File

@@ -0,0 +1,22 @@
namespace: 'Meritoo\Common\Test'
suites:
unit:
path: .
settings:
shuffle: true
lint: true
paths:
tests: tests
output: tests/_output
support: tests/_support
data: tests
coverage:
enabled: true
include:
- src/*
exclude:
- .data/*
- .docker/*
- .phing/*
- tests/*
- vendor/*