Add newlines and copyright notices.

This commit is contained in:
James Cole
2018-12-31 07:48:23 +01:00
parent 005e4ba4d1
commit 3e25d66902
113 changed files with 381 additions and 97 deletions

View File

@@ -118,4 +118,4 @@ class AccountMetaFactoryTest extends TestCase
$this->assertEquals($result->account_id, $account->id);
}
}
}

View File

@@ -68,4 +68,4 @@ class AttachmentFactoryTest extends TestCase
}
}
}

View File

@@ -549,4 +549,4 @@ class RecurrenceFactoryTest extends TestCase
$this->assertNull($result);
}
}
}

View File

@@ -59,4 +59,4 @@ class TransactionTypeFactoryTest extends TestCase
$this->assertEquals($result->id, $type->id);
}
}
}

View File

@@ -195,4 +195,4 @@ class ChartJsGeneratorTest extends TestCase
$this->assertEquals(1.0, $result['datasets'][0]['data'][0]);
}
}
}

View File

@@ -227,4 +227,4 @@ class MonthReportGeneratorTest extends TestCase
$this->assertEquals('100', $result['endBalance']);
}
}
}

View File

@@ -73,4 +73,4 @@ class APIEventHandlerTest extends TestCase
}
}
}

View File

@@ -77,4 +77,4 @@ class AutomationHandlerTest extends TestCase
}
);
}
}
}

View File

@@ -77,4 +77,4 @@ class StoredJournalEventHandlerTest extends TestCase
$this->assertTrue(false, $e->getMessage());
}
}
}
}

View File

@@ -75,4 +75,4 @@ class UpdatedJournalEventHandlerTest extends TestCase
}
}
}
}

View File

@@ -66,4 +66,4 @@ class AmountFilterTest extends TestCase
$result = $filter->filter($collection);
$this->assertCount($count, $result);
}
}
}

View File

@@ -168,4 +168,4 @@ class FiscalHelperTest extends TestCase
$result = $helper->startOfFiscalYear($date);
$this->assertEquals('2017-04-01', $result->format('Y-m-d'));
}
}
}

View File

@@ -92,4 +92,4 @@ class HelpTest extends TestCase
}
}
}

View File

@@ -124,4 +124,4 @@ class NetWorthTest extends TestCase
$this->assertEquals(-300, (int)$result[0]['balance']);
}
}
}

View File

@@ -158,4 +158,4 @@ class YnabPrerequisitesTest extends TestCase
$this->assertEquals($expected, $result);
}
}
}

View File

@@ -316,4 +316,4 @@ class YnabRoutineTest extends TestCase
$this->assertEquals('YNAB import routine cannot handle stage "bad_state"', $e->getMessage());
}
}
}
}

View File

@@ -121,4 +121,4 @@ class ConvertToDepositTest extends TestCase
}
}
}

View File

@@ -120,4 +120,4 @@ class ConvertToTransferTest extends TestCase
}
}
}

View File

@@ -121,4 +121,4 @@ class ConvertToWithdrawalTest extends TestCase
}
}
}

View File

@@ -62,4 +62,4 @@ class BudgetLimitTransformerTest extends TestCase
$this->assertGreaterThanOrEqual(0, $result['amount']);
}
}
}

View File

@@ -75,4 +75,4 @@ class CurrencyExchangeRateTransformerTest extends TestCase
}
}
}

View File

@@ -70,4 +70,4 @@ class ImportJobTransformerTest extends TestCase
}
}
}

View File

@@ -65,4 +65,4 @@ class LinkTypeTransformerTest extends TestCase
$this->assertEquals($linkType->inward, $result['inward']);
}
}
}

View File

@@ -128,4 +128,4 @@ class RecurrenceTransformerTest extends TestCase
}
}
}