wordpress-activitypub/tests/test.php
2018-09-24 20:53:23 +02:00

6 lines
103 B
PHP

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