mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Optimise test code.
This commit is contained in:
@@ -54,7 +54,8 @@ class ConvertToWithdrawalTest extends TestCase
|
||||
* @covers \FireflyIII\TransactionRules\Actions\ConvertToWithdrawal
|
||||
*/
|
||||
public function testActDeposit()
|
||||
{$this->markTestIncomplete('Needs to be rewritten for v4.8.0');
|
||||
{
|
||||
$this->markTestIncomplete('Needs to be rewritten for v4.8.0');
|
||||
|
||||
return;
|
||||
$expense = $this->getRandomExpense();
|
||||
|
||||
Reference in New Issue
Block a user