-
Notifications
You must be signed in to change notification settings - Fork 798
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jetpack: Fix a legacy-full-sync test with PHPUnit 9.5 (#22112)
At some point PHPUnit changed `assertContains()` to do strict comparison. Now that we're running the coverage tests with PHP 8 and PHPUnit 9.5, a test was failing due to string vs int comparison. Co-authored-by: Brandon Kraft <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
projects/plugins/jetpack/changelog/fix-jetpack-legacy-full-sync-test-php-8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: other | ||
|
||
Fix a legacy sync test in PHPUnit 9.5. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters