Skip to content

Commit 95e4dfb

Browse files
tbradshamatticbot
authored andcommitted
PHPUnit: Ensure method param count matches PHPUnit data providers (#43828)
* Make packages/device-detection compliant * Make packages/ignorefile compliant * Make packages/connection compliant * Make packages/search compliant * Make packages/waf compliant * Make packages/waf readable * Make plugins/jetpack compliant * Comment tweaks * Add changelogs * Remove things added by trunk merge * Make waf tests even more readable Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15540363810 Upstream-Ref: Automattic/jetpack@7a98ef2
1 parent 8569e03 commit 95e4dfb

File tree

17 files changed

+151
-135
lines changed

17 files changed

+151
-135
lines changed

composer.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-blaze/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-assets": "^4.0.25",
9-
"automattic/jetpack-connection": "^6.13.1",
9+
"automattic/jetpack-connection": "^6.13.2-alpha",
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-plans": "^0.8.0",
1212
"automattic/jetpack-redirect": "^3.0.7",

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.13.2-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Fixed
13+
- Tests: Ensure method param count matches PHPUnit data providers.
14+
815
## [6.13.1] - 2025-06-06
916
### Fixed
1017
- Tests: Resolve warnings in PHPUnit 12.2. [#43815]
@@ -1460,6 +1467,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14601467

14611468
- Separate the connection library into its own package.
14621469

1470+
[6.13.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.13.1...v6.13.2-alpha
14631471
[6.13.1]: https://github.com/Automattic/jetpack-connection/compare/v6.13.0...v6.13.1
14641472
[6.13.0]: https://github.com/Automattic/jetpack-connection/compare/v6.12.0...v6.13.0
14651473
[6.12.0]: https://github.com/Automattic/jetpack-connection/compare/v6.11.9...v6.12.0

jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '6.13.1';
15+
const PACKAGE_VERSION = '6.13.2-alpha';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

0 commit comments

Comments
 (0)