Files
nginx-configurator/phpspec.yml
2016-06-14 10:01:14 +02:00

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