mirror of
https://github.com/brufdev/many-notes.git
synced 2026-01-25 04:18:51 -06:00
Add architecture tests
This commit is contained in:
7
tests/Unit/ArchTest.php
Normal file
7
tests/Unit/ArchTest.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
arch()->preset()->php();
|
||||
arch()->preset()->laravel();
|
||||
arch()->preset()->security();
|
||||
Reference in New Issue
Block a user