Skip to content

Commit 2e84b50

Browse files
committed
GravityForms connector test implemented.
1 parent 80477f7 commit 2e84b50

File tree

6 files changed

+1662
-175
lines changed

6 files changed

+1662
-175
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"wp-cli/wp-cli-bundle": "^2.2",
1616
"wp-coding-standards/wpcs": "^2.2",
1717
"wp-phpunit/wp-phpunit": "^5.4",
18-
"wpsh/local": "^0.2.3"
18+
"wpsh/local": "^0.2.3",
19+
"wp-premium/gravityforms": "^2.4.17"
1920
},
2021
"config": {
2122
"process-timeout": 600,
@@ -25,7 +26,10 @@
2526
}
2627
},
2728
"extra": {
28-
"wordpress-install-dir": "local/public"
29+
"wordpress-install-dir": "local/public",
30+
"installer-paths": {
31+
"local/public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
32+
}
2933
},
3034
"scripts": {
3135
"release": [

0 commit comments

Comments
 (0)