Started writing tests
* Tested the more important functions * Tested the Double-Submit CSRF Middleware
This commit is contained in:
10
tests/ServerTest.php
Normal file
10
tests/ServerTest.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Taproot\IndieAuth\Test;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Taproot\IndieAuth\Server;
|
||||
|
||||
class ServerTest extends TestCase {
|
||||
|
||||
}
|
Reference in New Issue
Block a user