Compartmentalised all tests.

This commit is contained in:
James Cole
2015-05-23 19:41:54 +02:00
parent 422f429725
commit 1ec11e3e2e
27 changed files with 496 additions and 20 deletions

View File

@@ -36,6 +36,9 @@ class SearchControllerTest extends TestCase
parent::tearDown();
}
/**
* @covers FireflyIII\Http\Controllers\SearchController::search
*/
public function testSearch()
{
$user = FactoryMuffin::create('FireflyIII\User');