Remove method pointers from tests.

This commit is contained in:
James Cole
2018-08-09 20:17:15 +02:00
parent 5908b4b000
commit eefa84a77b
124 changed files with 636 additions and 777 deletions

View File

@@ -706,7 +706,6 @@ class TransactionFactoryTest extends TestCase
// objects:
$asset = $this->user()->accounts()->where('account_type_id', 3)->first();
$reconAccount = $this->user()->accounts()->where('account_type_id', 10)->first();
//$opposing = $this->user()->accounts()->where('id', '!=', $asset->id)->where('account_type_id', 3)->first();
$euro = TransactionCurrency::first();
$foreign = TransactionCurrency::where('id', '!=', $euro->id)->first();