관리-도구
편집 파일: Feature.php
<?php it('has {name} page', function () { $response = $this->get('/{name}'); $response->assertStatus(200); });