Adding lots of ignore statements because testing the models is pointless.

This commit is contained in:
James Cole
2015-05-10 13:22:00 +02:00
parent 355862025a
commit a7956e4856
16 changed files with 68 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ use Watson\Validating\ValidatingTrait;
/**
* Class AccountMeta
*
* @codeCoverageIgnore
* @package FireflyIII\Models
*/
class AccountMeta extends Model
@@ -22,6 +23,7 @@ class AccountMeta extends Model
protected $table = 'account_meta';
/**
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
public function account()