Skip to content

Commit

Permalink
test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsym committed Jun 20, 2023
1 parent 2047334 commit 2a3a43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/test-pc-switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Test_Multi_Device_Switcher_Pc_Switcher extends WP_UnitTestCase {
public $multi_device_switcher;

public function tearDown(): void {
public function setUp(): void {
parent::setUp();

$this->multi_device_switcher = new Multi_Device_Switcher();
Expand Down

0 comments on commit 2a3a43d

Please sign in to comment.