mirror of
https://github.com/envoyr/nginx-configurator.git
synced 2026-04-28 12:24:08 +00:00
15 lines
310 B
YAML
15 lines
310 B
YAML
extensions:
|
|
- PhpSpec\Extension\CodeCoverageExtension
|
|
- Knp\PhpSpec\WellDone\Extension
|
|
|
|
suites:
|
|
types:
|
|
namespace: Madkom\NginxConfigurator
|
|
psr4_prefix: Madkom\NginxConfigurator
|
|
spec_path: tests
|
|
|
|
code_coverage:
|
|
output: tests/coverage/phpspec.cov
|
|
format: php
|
|
|
|
formatter.name: pretty |