Skip to content

Commit

Permalink
Update wpSuspendCacheInvalidation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pbearne authored Dec 5, 2023
1 parent 896fc01 commit 17d8244
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/phpunit/tests/functions/wpSuspendCacheInvalidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @covers ::wp_suspend_cache_invalidation
*/
class Tests_Functions_wpSuspendCacheInvalidation extends WP_UnitTestCase{

Check failure on line 10 in tests/phpunit/tests/functions/wpSuspendCacheInvalidation.php

View workflow job for this annotation

GitHub Actions / PHP coding standards

Expected 1 space before opening brace; found 0

/**
* @ticket 60015
*/
Expand Down Expand Up @@ -36,7 +35,6 @@ public function test_wp_suspend_cache_invalidation() {
$this->assertNotEmpty( wp_suspend_cache_invalidation( '' ) );
$this->assertEmpty( $_wp_suspend_cache_invalidation );


$this->assertEmpty( wp_suspend_cache_invalidation( 0 ) );
$this->assertEmpty( $_wp_suspend_cache_invalidation );
}
Expand Down

0 comments on commit 17d8244

Please sign in to comment.