wordpress-activitypub-event.../tests/test-sample.php

21 lines
305 B
PHP
Raw Normal View History

2024-09-20 20:34:47 +02:00
<?php
/**
* Class SampleTest
*
* @package Activitypub_Event_Extensions
*/
/**
* Sample test case.
*/
class SampleTest extends WP_UnitTestCase {
/**
* A single example test.
*/
public function test_sample() {
// Replace this with some actual testing code.
$this->assertTrue( true );
}
}