Skip to content

Commit 644b856

Browse files
committed
config/phpspec.yml update for PhpSpec3 and new BehatSpec
1 parent b39d570 commit 644b856

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

config/phpspec.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ suites:
77
psr4_prefix: LeanPHP\Common
88

99
extensions:
10-
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: ~
1110
Cjm\PhpSpec\Extension\TypeHintedMethodsExtension: ~
11+
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
12+
format:
13+
- html
14+
- clover
15+
output:
16+
html: build/phpspec-coverage
17+
clover: build/phpspec-coverage.xml
1218
RMiller\BehatSpec\Extension\BehatSpecExtension\PhpSpecExtension: ~
13-
14-
code_coverage:
15-
format:
16-
- html
17-
- clover
18-
output:
19-
html: build/phpspec-coverage
20-
clover: build/phpspec-coverage.xml
19+
RMiller\BehatSpec\Extension\PhpSpecRunExtension\PhpSpecRunExtension:
20+
path: bin/phpspec
21+
commands: [describe, exemplify]
22+
config: phpspec.yml

0 commit comments

Comments
 (0)