mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix test method names.
This commit is contained in:
@@ -152,8 +152,8 @@ class AttachmentHelperTest extends TestCase
|
||||
// mock calls:
|
||||
Storage::fake('upload');
|
||||
|
||||
$path = public_path('browserconfig.xml');
|
||||
$helper = new AttachmentHelper;
|
||||
$path = public_path('browserconfig.xml');
|
||||
$helper = new AttachmentHelper;
|
||||
|
||||
// make new attachment:
|
||||
$journal = $this->user()->transactionJournals()->inRandomOrder()->first();
|
||||
|
@@ -34,8 +34,8 @@ use FireflyIII\Models\Transaction;
|
||||
use FireflyIII\Models\TransactionType;
|
||||
use FireflyIII\Repositories\Account\AccountRepositoryInterface;
|
||||
use Illuminate\Support\Collection;
|
||||
use Tests\TestCase;
|
||||
use Log;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class MetaPieChartTest
|
||||
|
@@ -66,7 +66,7 @@ class HelpTest extends TestCase
|
||||
// now let's see what happens:
|
||||
$help = new Help;
|
||||
$result = $help->getFromGitHub('test-route', 'en_US');
|
||||
$this->assertEquals('<p>Some help text.</p>'."\n", $result);
|
||||
$this->assertEquals('<p>Some help text.</p>' . "\n", $result);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user