Expand tests.

This commit is contained in:
James Cole
2017-03-12 09:22:33 +01:00
parent 65dbfcba5c
commit b67dfeced2
13 changed files with 226 additions and 35 deletions

View File

@@ -16,6 +16,11 @@ use FireflyConfig;
use FireflyIII\Models\Configuration;
use Tests\TestCase;
/**
* Class ConfigurationControllerTest
*
* @package Tests\Feature\Controllers\Admin
*/
class ConfigurationControllerTest extends TestCase
{