summaryrefslogtreecommitdiffstatshomepage
path: root/tests/phpunit/includes/testcase.php
blob: 2cbb180308b3f28af3d7e279d420c7303d8b6a51 (plain) (blame)
1
2
3
4
5
6
7
<?php
/**
 * Basic abstract test class.
 *
 * All WordPress unit tests should inherit from this class.
 */
abstract class WP_UnitTestCase extends WP_UnitTestCase_Base {}