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

@@ -4,8 +4,10 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
/**
*
* Class TransactionCurrency
*
* @codeCoverageIgnore
* @package FireflyIII\Models
*/
class TransactionCurrency extends Model