Skip to content

Commit

Permalink
Add tests to the Connection package to increase coverage. (#39963)
Browse files Browse the repository at this point in the history
* Migrated PHPUNIT XML file to new schema.

* Migrated schema using phpunit.

* Added test coverage for the Manager signature verification method.

* Minor lint edit.

* Changelog.

* Added an is_null check to make Phan happy.

* Second time's the charm - checking the error object correctly.

---------

Co-authored-by: tbradsha <32492176+tbradsha@users.noreply.github.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12550233129

Upstream-Ref: Automattic/jetpack@59b0e8d
  • Loading branch information
tbradsha authored and matticbot committed Dec 30, 2024
1 parent e2b9501 commit 1a22f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.2.1"
"automattic/jetpack-connection": "^6.2.2-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down

0 comments on commit 1a22f39

Please sign in to comment.