mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Finish command tests
This commit is contained in:
@@ -124,7 +124,7 @@ class ReportEmptyObjects extends Command
|
||||
|
||||
/** @var stdClass $entry */
|
||||
foreach ($set as $entry) {
|
||||
$line = sprintf(
|
||||
$line = sprintf(
|
||||
'User #%d (%s) has budget #%d ("%s") which has no transaction journals.',
|
||||
$entry->user_id,
|
||||
$entry->email,
|
||||
|
||||
@@ -24,9 +24,9 @@ declare(strict_types=1);
|
||||
namespace FireflyIII\Console\Commands\Integrity;
|
||||
|
||||
|
||||
use Artisan;
|
||||
use Illuminate\Console\Command;
|
||||
use Schema;
|
||||
use Artisan;
|
||||
|
||||
/**
|
||||
* Class ReportIntegrity
|
||||
|
||||
Reference in New Issue
Block a user