1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00

satisfying styleci, undo mysql in travis

This commit is contained in:
Daniel Klabbers
2017-10-05 14:02:54 +02:00
parent 79da73f645
commit c7bd017bf3
3 changed files with 3 additions and 7 deletions

View File

@@ -6,9 +6,6 @@ php:
- 7.2
- hhvm
services:
- mysql
matrix:
allow_failures:
- php: hhvm

View File

@@ -13,9 +13,8 @@ namespace Tests\Flarum\Api\Handler;
use Exception;
use Flarum\Api\ExceptionHandler\IlluminateValidationExceptionHandler;
use Illuminate\Translation\{
Translator, ArrayLoader
};
use Illuminate\Translation\ArrayLoader;
use Illuminate\Translation\Translator;
use Illuminate\Validation\ValidationException;
use Illuminate\Validation\Factory;
use Tests\Test\TestCase;