Fix various tests.

This commit is contained in:
James Cole
2017-02-12 13:15:23 +01:00
parent 79f94771c3
commit 1637190c27
6 changed files with 10 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ declare(strict_types = 1);
namespace Tests\Feature\Controllers;
use FireflyIII\Repositories\User\UserRepositoryInterface;
use Tests\TestCase;
class ProfileControllerTest extends TestCase