mirror of
https://github.com/10h30/laravel-file-upload-series.git
synced 2026-07-16 21:23:18 +09:00
Phần 1: Upload cơ bản
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('the application returns a successful response', function () {
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertStatus(200);
|
||||
});
|
||||
Reference in New Issue
Block a user