Some PSR2 code styling and test coverage enabled

This commit is contained in:
Michał Brzuchalski
2016-06-14 10:01:14 +02:00
parent b8bd71e265
commit 6e22a75a2e
10 changed files with 88 additions and 17 deletions

View File

@@ -1,5 +1,15 @@
extensions:
- PhpSpec\Extension\CodeCoverageExtension
- Knp\PhpSpec\WellDone\Extension
suites:
types:
namespace: Madkom\NginxConfigurator
psr4_prefix: Madkom\NginxConfigurator
spec_path: tests
spec_path: tests
code_coverage:
output: tests/coverage/phpspec.cov
format: php
formatter.name: pretty