Skip to content

Commit 5989e41

Browse files
init auth middleware test
1 parent d36f119 commit 5989e41

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
/**
3+
* Author: SyntaxErrorLineNULL.
4+
*/
5+
6+
declare(strict_types=1);
7+
8+
namespace SELN\App\Test\UnitTest\Core\Middleware;
9+
10+
use Codeception\Test\Unit;
11+
use SELN\App\Test\UnitTest\Core\UnitTemplate;
12+
13+
class AuthenticationMiddlewareTest extends Unit implements UnitTemplate
14+
{
15+
16+
public function testSuccess(): void
17+
{
18+
19+
}
20+
21+
public function testException(): void
22+
{
23+
24+
}
25+
}

0 commit comments

Comments
 (0)