mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Update test code.
This commit is contained in:
@@ -44,7 +44,7 @@ class BillTransformerTest extends TestCase
|
||||
* @covers \FireflyIII\Transformers\BillTransformer::paidData
|
||||
* @covers \FireflyIII\Transformers\BillTransformer::payDates
|
||||
*/
|
||||
public function testBasic()
|
||||
public function testBasic(): void
|
||||
{
|
||||
|
||||
$bill = Bill::create(
|
||||
@@ -73,7 +73,7 @@ class BillTransformerTest extends TestCase
|
||||
*
|
||||
* @covers \FireflyIII\Transformers\BillTransformer::transform
|
||||
*/
|
||||
public function testNote()
|
||||
public function testNote(): void
|
||||
{
|
||||
|
||||
$bill = Bill::create(
|
||||
@@ -115,7 +115,7 @@ class BillTransformerTest extends TestCase
|
||||
* @covers \FireflyIII\Transformers\BillTransformer::lastPaidDate
|
||||
* @covers \FireflyIII\Transformers\BillTransformer::nextDateMatch
|
||||
*/
|
||||
public function testWithDates()
|
||||
public function testWithDates(): void
|
||||
{
|
||||
// mock stuff
|
||||
$repository = $this->mock(BillRepositoryInterface::class);
|
||||
|
||||
Reference in New Issue
Block a user