oont-contents/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests/Test_Setup.php
2025-02-08 15:10:23 +01:00

19 lines
264 B
PHP

<?php
/**
* Class Test_Setup
*
* @package WP-Background-Processing
*/
/**
* Sample test case.
*/
class Test_Setup extends WP_UnitTestCase {
/**
* Are unit tests set up correctly?
*/
public function test_it_works() {
$this->assertTrue( true );
}
}