Test project for media files management.
<?php test('example', function () { $response = $this->get('/'); $response->assertStatus(200); });