Skip to content

Commit a50f281

Browse files
committed
add missing file
1 parent 4d15893 commit a50f281

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/helpers.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace DaniloPolani\JsonValidation\Tests;
4+
5+
enum TestEnumRole: string
6+
{
7+
case Admin = 'admin';
8+
case User = 'user';
9+
}

0 commit comments

Comments
 (0)