2
0

ExampleTest.php 133 B

1234567
  1. <?php
  2. test('returns a successful response', function () {
  3. $response = $this->get(route('home'));
  4. $response->assertOk();
  5. });