/
home
/
u417168693
/
domains
/
navrangaromacandles.com
/
public_html
/
tests
/
Feature
/
/home/u417168693/domains/navrangaromacandles.com/public_html/tests/Feature
mkdir
upload
Name
Size
Mode
Actions
ExampleTest.php
359
0644
edit
dl
rm
Edit:
/home/u417168693/domains/navrangaromacandles.com/public_html/tests/Feature/ExampleTest.php
(359B)
<?php namespace Tests\Feature; // use Illuminate\Foundation\Testing\RefreshDatabase; use Tests\TestCase; class ExampleTest extends TestCase { /** * A basic test example. */ public function test_the_application_returns_a_successful_response(): void { $response = $this->get('/'); $response->assertStatus(200); } }
Save
cmd:
run