ddcaf4b64d
* Tested the more important functions * Tested the Double-Submit CSRF Middleware
11 lines
170 B
PHP
11 lines
170 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace Taproot\IndieAuth\Test;
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
use Taproot\IndieAuth\Server;
|
|
|
|
class ServerTest extends TestCase {
|
|
|
|
}
|