Your IP : 216.73.216.130


Current Path : /var/www/html/spiritmeat/wp-content/plugins/duplicator-pro/tests/
Upload File :
Current File : /var/www/html/spiritmeat/wp-content/plugins/duplicator-pro/tests/test-sample.php

<?php
/**
 * Class SampleTest
 *
 * @package Duplicator_Pro
 */

/**
 * Sample test case.
 */
class SampleTest extends WP_UnitTestCase {

	/**
	 * A single example test.
	 */
	public function testample() {
		// Replace this with some actual testing code.
		$this->assertTrue( true );
	}
}