We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 3 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 11 | class UploadersTest extends BaseDBCrudPanel |
||
| 12 | { |
||
| 13 | protected function defineRoutes($router) |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @group fail |
||
| 20 | */ |
||
| 21 | public function test_it_can_access_the_uploaders_create_page() |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @group fail |
||
| 30 | */ |
||
| 31 | public function test_it_can_store_uploaded_files() |
||
| 52 |