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

@@ -13,6 +13,7 @@ class LimitRepetition extends Model
{
/**
* @codeCoverageIgnore
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
public function budgetLimit()
@@ -21,6 +22,7 @@ class LimitRepetition extends Model
}
/**
* @codeCoverageIgnore
* @return array
*/
public function getDates()