| Current Path : /home/dtconseimw/www.2025.hack/wp-content/plugins/nature/admin/ReduxFramework/tests/ |
| Current File : /home/dtconseimw/www.2025.hack/wp-content/plugins/nature/admin/ReduxFramework/tests/test-sample.php |
<?php
return;
class SampleTest extends WP_UnitTestCase {
function testSample() {
// replace this with some actual testing code
$this->assertTrue( true );
}
}