Install Breeze

This commit is contained in:
2026-06-05 14:49:29 +07:00
parent a7d9a5d23c
commit 5db75d1eec
62 changed files with 6439 additions and 59 deletions
+4 -16
View File
@@ -1,19 +1,7 @@
<?php
namespace Tests\Feature;
it('returns a successful response', function () {
$response = $this->get('/');
// 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);
}
}
$response->assertStatus(200);
});