Add architecture tests

This commit is contained in:
brufdev
2025-01-27 14:06:16 +00:00
parent c9e964318f
commit 1d9eeed0f3

7
tests/Unit/ArchTest.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
arch()->preset()->php();
arch()->preset()->laravel();
arch()->preset()->security();