Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
wp
/
vendor
/
wp-cli
/
wp-cli-tests
/
tests
/
includes
📤 Upload
📝 New File
📁 New Folder
Close
Editing: TestCase.php
<?php namespace WP_CLI\Tests; use Yoast\PHPUnitPolyfills\TestCases\TestCase as PolyfilledTestCase; /** * WP-CLI base test case. */ class TestCase extends PolyfilledTestCase { }
Save
Cancel