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

21 lines
306 B
PHP
Raw Normal View History

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