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 {}