activitypub-php/test/Activities/UpdateHandlerTest.php

15 lines
244 B
PHP
Raw Normal View History

<?php
namespace ActivityPub\Test\Activities;
use PHPUnit\Framework\TestCase;
class UpdateHandlerTest extends TestCase
{
public function testUpdateHandler()
{
// TODO implement me
$this->assertTrue( false );
}
}
?>