7 lines
109 B
PHP
7 lines
109 B
PHP
<?php
|
|
|
|
test('example', function () {
|
|
$response = $this->get('/');
|
|
|
|
$response->assertStatus(200);
|
|
});
|