관리-도구
편집 파일: ExampleTest.php
<?php test('example', function () { $response = $this->get('/'); $response->assertStatus(200); });