File "Test_Setup.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/vendor-prod/deliciousbrains/wp-background-processing/tests/Test_Setup.php
File size: 264 bytes
MIME-type: text/x-php
Charset: utf-8
<?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 );
}
}