mirror of
https://github.com/envoyr/nginx-configurator.git
synced 2026-05-10 07:09:04 +00:00
Some PSR2 code styling and test coverage enabled
This commit is contained in:
12
phpspec.yml
12
phpspec.yml
@@ -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
|
||||
Reference in New Issue
Block a user