mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
Add newlines and copyright notices.
This commit is contained in:
@@ -118,4 +118,4 @@ class AccountMetaFactoryTest extends TestCase
|
||||
$this->assertEquals($result->account_id, $account->id);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,4 +68,4 @@ class AttachmentFactoryTest extends TestCase
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -549,4 +549,4 @@ class RecurrenceFactoryTest extends TestCase
|
||||
$this->assertNull($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,4 +59,4 @@ class TransactionTypeFactoryTest extends TestCase
|
||||
$this->assertEquals($result->id, $type->id);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,4 +195,4 @@ class ChartJsGeneratorTest extends TestCase
|
||||
$this->assertEquals(1.0, $result['datasets'][0]['data'][0]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -227,4 +227,4 @@ class MonthReportGeneratorTest extends TestCase
|
||||
$this->assertEquals('100', $result['endBalance']);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,4 +73,4 @@ class APIEventHandlerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,4 +77,4 @@ class AutomationHandlerTest extends TestCase
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,4 +77,4 @@ class StoredJournalEventHandlerTest extends TestCase
|
||||
$this->assertTrue(false, $e->getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,4 +75,4 @@ class UpdatedJournalEventHandlerTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,4 +66,4 @@ class AmountFilterTest extends TestCase
|
||||
$result = $filter->filter($collection);
|
||||
$this->assertCount($count, $result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -168,4 +168,4 @@ class FiscalHelperTest extends TestCase
|
||||
$result = $helper->startOfFiscalYear($date);
|
||||
$this->assertEquals('2017-04-01', $result->format('Y-m-d'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,4 +92,4 @@ class HelpTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -124,4 +124,4 @@ class NetWorthTest extends TestCase
|
||||
|
||||
$this->assertEquals(-300, (int)$result[0]['balance']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,4 +158,4 @@ class YnabPrerequisitesTest extends TestCase
|
||||
|
||||
$this->assertEquals($expected, $result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -316,4 +316,4 @@ class YnabRoutineTest extends TestCase
|
||||
$this->assertEquals('YNAB import routine cannot handle stage "bad_state"', $e->getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -121,4 +121,4 @@ class ConvertToDepositTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,4 +120,4 @@ class ConvertToTransferTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -121,4 +121,4 @@ class ConvertToWithdrawalTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,4 +62,4 @@ class BudgetLimitTransformerTest extends TestCase
|
||||
$this->assertGreaterThanOrEqual(0, $result['amount']);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,4 +75,4 @@ class CurrencyExchangeRateTransformerTest extends TestCase
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,4 +70,4 @@ class ImportJobTransformerTest extends TestCase
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,4 +65,4 @@ class LinkTypeTransformerTest extends TestCase
|
||||
$this->assertEquals($linkType->inward, $result['inward']);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,4 +128,4 @@ class RecurrenceTransformerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user