Wrote new tests.

This commit is contained in:
James Cole
2017-03-05 18:15:38 +01:00
parent 42cb40102f
commit 8e5ec79097
14 changed files with 613 additions and 16 deletions

View File

@@ -15,6 +15,11 @@ use FireflyIII\Support\Search\SearchInterface;
use Illuminate\Support\Collection;
use Tests\TestCase;
/**
* Class SearchControllerTest
*
* @package Tests\Feature\Controllers
*/
class SearchControllerTest extends TestCase
{