Current Path : /var/www/html/spiritmeat/wp-content/plugins/duplicator-pro/tests/ |
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 ); } }