mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Tests > implement Codeception (instead of PHPUnit)
This commit is contained in:
22
codeception.yml
Normal file
22
codeception.yml
Normal 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/*
|
||||
Reference in New Issue
Block a user