Included full home controller tests.

This commit is contained in:
James Cole
2015-04-07 20:54:43 +02:00
parent ff5ecf6182
commit 8f9b1b866b
5 changed files with 65 additions and 20 deletions

View File

@@ -2,6 +2,9 @@
use League\FactoryMuffin\Facade as FactoryMuffin;
/**
* Class HelpControllerTest
*/
class HelpControllerTest extends TestCase
{
/**
@@ -82,7 +85,6 @@ class HelpControllerTest extends TestCase
{
// login
$user = FactoryMuffin::create('FireflyIII\User');
$content = ['title' => 'Bla', 'text' => 'Bla'];
$this->be($user);
// mock some stuff.