Skip to content

Commit

Permalink
included - void
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Mar 4, 2024
1 parent d0b3174 commit b0e1512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/test-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ class EDECU_Plugin_Test extends WP_UnitTestCase {
/**
* Test setup.
*/
public function setUp() {
public function setUp(): void {
parent::setUp();
$this->plugin = new Plugin();
}

/**
* Test teardown.
*/
public function tearDown() {
public function tearDown(): void {
parent::tearDown();
unset( $this->plugin );
}
Expand Down

0 comments on commit b0e1512

Please sign in to comment.