activitypub-php/test/Auth/AuthServiceTest.php

15 lines
234 B
PHP
Raw Normal View History

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