Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Apr 2, 2024
1 parent 8c0c6e7 commit 012bfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public function testRegister() {
define( 'WP_ADMIN', true );
do_action( 'plugins_loaded' );

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

0 comments on commit 012bfe8

Please sign in to comment.