Assign users and groups as approvers for specific file changes.Learn more.
test-sample.php 293 B
<?php
/**
* Class SampleTest
*
* @package Wp_Cli_Via_Cron_Control
*/
/**
* Sample test case.
*/
class SampleTest extends WP_UnitTestCase {
/**
* A single example test.
*/
function test_sample() {
// Replace this with some actual testing code.
$this->assertTrue( true );
}
}