Init
Este commit está contenido en:
7
tests/Feature/ExampleTest.php
Archivo normal
7
tests/Feature/ExampleTest.php
Archivo normal
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('the application returns a successful response', function () {
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertStatus(200);
|
||||
});
|
||||
Referencia en una nueva incidencia
Block a user
