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 <[email protected]>

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 837c1d1 commit 3b98974
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",
"automattic/jetpack-autoloader": "^5.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-assets": "^4.0.2",
Expand Down

0 comments on commit 3b98974

Please sign in to comment.