Skip to content

Commit 25e0c17

Browse files
committed
add ValidJwtTest
1 parent 905b13b commit 25e0c17

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/ValidJwtTest.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
namespace Milwad\LaravelValidate\Tests;
4+
5+
class ValidJwtTest extends BaseTest
6+
{
7+
/**
8+
* Set up.
9+
*
10+
* @return void
11+
*/
12+
protected function setUp(): void
13+
{
14+
parent::setUp();
15+
}
16+
}

0 commit comments

Comments
 (0)