Fix: Add void return type to AdminTest::setUp and revert wp_mock constraint

This commit is contained in:
2025-04-18 18:22:42 +01:00
parent 51183c378e
commit 3d739915d7
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ class AdminTest extends \WP_Mock\Tools\TestCase {
/**
* Set up test environment
*/
public function setUp() {
public function setUp(): void {
parent::setUp();
// Set up mocks