mirror of
https://hk.gh-proxy.com/https://github.com/mcp-wp/mcp-server.git
synced 2026-03-03 13:46:16 +08:00
14 lines
285 B
PHP
14 lines
285 B
PHP
<?php
|
|
|
|
namespace McpWp\Tests_Includes;
|
|
|
|
use WP_UnitTestCase;
|
|
|
|
class TestCase extends WP_UnitTestCase {
|
|
/**
|
|
* Temporary workaround to allow the tests to run on PHPUnit 10.
|
|
*
|
|
* @link https://core.trac.wordpress.org/ticket/59486
|
|
*/
|
|
public function expectDeprecated(): void {}
|
|
}
|