Skip to content

Commit

Permalink
style: fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Aug 28, 2024
1 parent c1fef7e commit 73016db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,9 @@ public function testClearPostClearsUrlsReturnedByFilterIfItReturnsAString()
{
$eventManager = $this->getEventManagerMock();
$eventManager->expects($this->once())
->method('filter')
->with($this->identicalTo('ymir_page_caching_urls_to_clear'), $this->isInstanceOf(Collection::class))
->willReturn('*');
->method('filter')
->with($this->identicalTo('ymir_page_caching_urls_to_clear'), $this->isInstanceOf(Collection::class))
->willReturn('*');

$post = $this->getWPPostMock();
$post->post_status = 'publish';
Expand Down

0 comments on commit 73016db

Please sign in to comment.