Skip to content

Commit b208024

Browse files
committed
add ValidBase64Test
1 parent 2bc72c3 commit b208024

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/ValidBase64Test.php

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

0 commit comments

Comments
 (0)