wordpress-activitypub/tests/test.php

7 lines
103 B
PHP
Raw Normal View History

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