Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Jan 15, 2025
1 parent 82dd0b1 commit 86e2a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/packages/protect-status/tests/php/test-status.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
/**
* Tests for the Protect_Status class.
*
* @phan-suppress PhanDeprecatedProperty -- Testing backwards compatibility.
*
* @package automattic/jetpack-protect-status
*/

Expand Down Expand Up @@ -158,6 +156,8 @@ public function get_sample_api_response() {
/**
* Get a sample result of Protect_Status::get_status().
*
* @phan-suppress PhanDeprecatedProperty -- Testing backwards compatibility.
*
* @return object
*/
public function get_sample_status() {
Expand Down

0 comments on commit 86e2a9f

Please sign in to comment.