Skip to content

Commit

Permalink
Extended ActionsTest to test maybe_add_custom_params()
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Mar 27, 2024
1 parent bd21f90 commit 8a8053c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/ActionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@

use Plausible\Analytics\Tests\TestCase;
use Plausible\Analytics\WP\Actions;
use Plausible\Analytics\WP\Filters;
use Plausible\Analytics\WP\Helpers;
use WP_Admin_Bar;

class ActionsTest extends TestCase {
/**
* @see Actions::maybe_register_assets()
* @see Filters::add_plausible_attributes()
* @see Filters::maybe_add_custom_params()
* @return void
* @throws \Exception
*/
Expand Down

0 comments on commit 8a8053c

Please sign in to comment.