mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Add newlines and copyright notices.
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user