Skip to content

Commit

Permalink
Merge pull request #63 from luehrsenheinrich/add/gravity-forms/zip-be…
Browse files Browse the repository at this point in the history
…fore-city

Add/gravity-forms/zip-before-city
  • Loading branch information
Luehrsen authored May 23, 2024
2 parents 7aa377a + 8c790bb commit 0283262
Show file tree
Hide file tree
Showing 10 changed files with 1,129 additions and 896 deletions.
1,240 changes: 759 additions & 481 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"fix:js": "eslint './plugin/**/src/js/**/*.js' --fix",
"lint:fix": "npm run lint:php:fix && npm run lint:js:fix && npm run lint:css:fix",
"dev": "npm run start && npm run watch",
"test": "npm run lint && npm run test:unit:env",
"test": "npm run lint",
"test:unit:env": "npm run test:unit:env:plugin",
"test:unit:env:plugin": "wp-env run --env-cwd='wp-content/plugins/plugin' tests-cli vendor/bin/phpunit -c phpunit.xml --verbose",
"test:unit:env:plugin": "wp-env run --env-cwd='wp-content/plugins/plugin' tests-cli vendor/bin/phpunit -c phpunit.xml",
"preversion": "npm start && npm run test",
"version": "npm run release && git add -A"
},
Expand Down
1 change: 1 addition & 0 deletions plugin/.phpunit.cache/test-results
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"defects":{"Test_LHBasicp::test_plugin_exists":8,"Test_LHBasicp::test_lhbasicsp_file_constant":8},"times":[]}
2 changes: 1 addition & 1 deletion plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
}
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.0"
"yoast/phpunit-polyfills": "^2.0"
}
}
Loading

0 comments on commit 0283262

Please sign in to comment.