Skip to content

Commit

Permalink
Merge pull request #372 from Yoast/JRF/cs-minor-fixes
Browse files Browse the repository at this point in the history
CS: minor fixes
  • Loading branch information
jrfnl authored Dec 16, 2023
2 parents 5173908 + 0ad3c56 commit da09ba1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Unit/Configuration/Configuration_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,13 @@ public function testLegacyBlackistNameFilter() {

$this->assertSame( $blacklist_name, $configuration->get_blacklist_name() );


Filters\expectApplied( 'ysacf_exclude_fields' )
->once()
->with( [] )
->andReturn( [] );

$this->assertSame( [], $configuration->get_blacklist_name()->to_array() );


Filters\expectApplied( 'ysacf_exclude_fields' )
->once()
->with( [] )
Expand Down

0 comments on commit da09ba1

Please sign in to comment.