Skip to content

Commit

Permalink
Removed duplicate test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Mar 27, 2024
1 parent 8a8053c commit 04721ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/integration/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ public function testRegister() {
$class = new Plugin();
$class->register();

do_action( 'plugins_loaded' );

$this->assertTrue( class_exists( '\Plausible\Analytics\WP\Setup' ) );

define( 'WP_ADMIN', true );

$class->register();

do_action( 'plugins_loaded' );

$this->assertTrue( class_exists( '\Plausible\Analytics\WP\Admin\SelfHosted' ) );
Expand Down

0 comments on commit 04721ea

Please sign in to comment.