There was an error while loading. Please reload this page.
1 parent d36f119 commit 5989e41Copy full SHA for 5989e41
tests/unit/Core/Middleware/AuthenticationMiddlewareTest.php
@@ -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