wordpress-activitypub/tests/test.php

7 lines
103 B
PHP
Raw Normal View History

2018-09-24 20:53:23 +02:00
<?php
class Test extends WP_UnitTestCase {
public function test() {
$this->assertTrue( true );
}
}