Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jul 3, 2023
1 parent 2906ead commit 7f0cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/features/TestFacet.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function testGetSelected() {
$this->assertArrayHasKey( 'post_type', $selected );
$this->assertSame( 'posttype', $selected['post_type'] );

// test when filter is empty
// test when filter value is empty.
parse_str( 'ep_filter_category=&ep_filter_othertax=amet&s=', $_GET );
$selected = $facet_feature->get_selected();
$this->assertArrayNotHasKey( 'category', $selected['taxonomies'] );
Expand Down

0 comments on commit 7f0cfd4

Please sign in to comment.