Skip to content

Commit

Permalink
CS: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 16, 2023
1 parent f120555 commit 0ad3c56
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 0ad3c56

Please sign in to comment.