mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add newlines and copyright notices.
This commit is contained in:
@@ -132,4 +132,4 @@ class ImportControllerTest extends TestCase
|
||||
$response->assertHeader('Content-Type', 'application/vnd.api+json');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -302,4 +302,4 @@ class PiggyBankControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -163,4 +163,4 @@ class PreferencesControllerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -374,4 +374,4 @@ class RuleControllerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -317,4 +317,4 @@ class RuleGroupControllerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -276,4 +276,4 @@ class TagControllerTest extends TestCase
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,4 +104,4 @@ class CallbackControllerTest extends TestCase
|
||||
$response->assertStatus(200);
|
||||
$response->assertSee('You Need A Budget did not reply with a valid authorization code. Firefly III cannot continue.');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -361,4 +361,4 @@ class RecurrenceControllerTest extends TestCase
|
||||
|
||||
$response->assertExactJson($expected);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -468,4 +468,4 @@ class CreateControllerTest extends TestCase
|
||||
$response->assertStatus(302);
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,4 +80,4 @@ class DeleteControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,4 +146,4 @@ class EditControllerTest extends TestCase
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -126,4 +126,4 @@ class IndexControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,4 +114,4 @@ class CronControllerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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