Skip to content

Commit

Permalink
added - assertion to test_init
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Mar 4, 2024
1 parent e4500e6 commit b2d4a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/test-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function tearDown(): void {
*/
public function test_init() {
$this->plugin->init();
$this->assertNotNull( $this->plugin, 'Plugin should be initialized.' );
}

/**
Expand Down

0 comments on commit b2d4a6b

Please sign in to comment.