Skip to content

Commit

Permalink
Allow Dynamic Properties in WooCommerceTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Sep 20, 2024
1 parent 87867fb commit fd780c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/Integrations/WooCommerceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@

namespace Plausible\Analytics\Tests\Integration;

use AllowDynamicProperties;
use Plausible\Analytics\Tests\TestCase;
use Plausible\Analytics\WP\Integrations\WooCommerce;
use function Brain\Monkey\Functions\when;

#[AllowDynamicProperties]
class WooCommerceTest extends TestCase {
/**
* @see WooCommerce::track_entered_checkout()
Expand Down

0 comments on commit fd780c7

Please sign in to comment.