mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Clean up code [skip ci]
This commit is contained in:
@@ -901,6 +901,7 @@ class TransactionControllerTest extends TestCase
|
||||
public function testUpdateFailTypes(): void
|
||||
{
|
||||
$this->markTestIncomplete('Needs to be rewritten for v4.8.0');
|
||||
|
||||
return;
|
||||
// mock data:
|
||||
$group = $this->getRandomWithdrawalGroup();
|
||||
@@ -961,6 +962,7 @@ class TransactionControllerTest extends TestCase
|
||||
public function testUpdateFailWithdrawalSource(): void
|
||||
{
|
||||
$this->markTestIncomplete('Needs to be rewritten for v4.8.0');
|
||||
|
||||
return;
|
||||
// mock data:
|
||||
$group = $this->getRandomWithdrawalGroup();
|
||||
@@ -1023,6 +1025,7 @@ class TransactionControllerTest extends TestCase
|
||||
public function testUpdateOK(): void
|
||||
{
|
||||
$this->markTestIncomplete('Needs to be rewritten for v4.8.0');
|
||||
|
||||
return;
|
||||
// mock data:
|
||||
$group = $this->getRandomWithdrawalGroup();
|
||||
|
||||
Reference in New Issue
Block a user