wordpress-activitypub/tests/test.php

6 lines
103 B
PHP

<?php
class Test extends WP_UnitTestCase {
public function test() {
$this->assertTrue( true );
}
}