Skip to content

Commit

Permalink
Add test cases for new functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko authored and Anton Vlasenko committed May 10, 2024
1 parent 8dc4e57 commit 464a738
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -625,3 +625,5 @@ $foo = new apply_filters_ref_array();
$foo->apply_filters_ref_array();
$foo = new apply_filters_deprecated();
$foo->apply_filters_deprecated();
$foo = new non_hook_action();
$foo->non_hook_action();

0 comments on commit 464a738

Please sign in to comment.