With a little luck this will cover a lot.

This commit is contained in:
James Cole
2015-06-07 15:32:01 +02:00
parent 0be5b27d34
commit 596cd09489
7 changed files with 234 additions and 37 deletions

View File

@@ -25,6 +25,8 @@ class AmountSupportTest extends TestCase
$this->object = new Amount;
$user = FactoryMuffin::create('FireflyIII\User');
$this->be($user);
}
/**