Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelkaickaviella.meumercado.app
/
tests
/
Feature
/
Editing: UserTest.php
<?php namespace Tests\Feature; use Tests\TestCase; class UserTest extends TestCase { /** * A basic feature test example. * * @return void */ public function testExample() { $response = $this->get('/'); $response->assertStatus(200); } }
Save
Cancel