Skip to content

Commit 0a4587a

Browse files
committed
Enable PHPSpec in GrumPHP.
1 parent 0ff1ff7 commit 0a4587a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
},
3535
"sort-packages": true
3636
},
37-
"extra": {
38-
"grumphp": {
39-
"config-default-path": "vendor/drupol/php-conventions/config/php7/grumphp.yml"
40-
}
41-
},
4237
"autoload": {
4338
"psr-4": {
4439
"drupol\\phptree\\": "src/"

grumphp.yml.dist

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
imports:
2+
- { resource: vendor/drupol/php-conventions/config/php7/grumphp.yml }
3+
4+
parameters:
5+
extensions:
6+
- drupol\PhpConventions\GrumphpTasksExtension
7+
extra_tasks:
8+
phpspec:
9+
verbose: true

0 commit comments

Comments
 (0)