progetto di test della creazione di un progetto basato sul framework laravel e aggiunta form login e register utilizzando breeze
filippo.bertilotti
2024-04-17 637d67e9cd8572ca9f637a0293b06b16d6f287c6
commit | author | age
fae1b1 1 <?php
F 2
3 namespace Tests;
4
5 use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
6
7 abstract class TestCase extends BaseTestCase
8 {
9     use CreatesApplication;
10 }