mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Push updated tests.
This commit is contained in:
@@ -679,7 +679,7 @@ class FileConfiguratorTest extends TestCase
|
||||
$job = new ImportJob;
|
||||
$job->file_type = 'file';
|
||||
$job->status = 'new';
|
||||
$job->key = 'x' . rand(1, 100000);
|
||||
$job->key = 'x' . random_int(1, 100000);
|
||||
$job->user()->associate($this->user());
|
||||
$job->configuration = $config;
|
||||
|
||||
|
@@ -337,7 +337,7 @@ class CsvProcessorTest extends TestCase
|
||||
$job = new ImportJob;
|
||||
$job->file_type = 'file';
|
||||
$job->status = 'new';
|
||||
$job->key = 'x' . rand(1, 100000);
|
||||
$job->key = 'x' . random_int(1, 100000);
|
||||
$job->user()->associate($this->user());
|
||||
$job->configuration = $config;
|
||||
|
||||
|
Reference in New Issue
Block a user