We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39d570 commit 644b856Copy full SHA for 644b856
1 file changed
config/phpspec.yml
@@ -7,14 +7,16 @@ suites:
7
psr4_prefix: LeanPHP\Common
8
9
extensions:
10
- LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: ~
11
Cjm\PhpSpec\Extension\TypeHintedMethodsExtension: ~
+ LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
12
+ format:
13
+ - html
14
+ - clover
15
+ output:
16
+ html: build/phpspec-coverage
17
+ clover: build/phpspec-coverage.xml
18
RMiller\BehatSpec\Extension\BehatSpecExtension\PhpSpecExtension: ~
-
-code_coverage:
- format:
- - html
- - clover
- output:
19
- html: build/phpspec-coverage
20
- clover: build/phpspec-coverage.xml
+ RMiller\BehatSpec\Extension\PhpSpecRunExtension\PhpSpecRunExtension:
+ path: bin/phpspec
21
+ commands: [describe, exemplify]
22
+ config: phpspec.yml
0 commit comments