mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Improve test coverage.
This commit is contained in:
@@ -87,7 +87,7 @@ class HelpTest extends TestCase
|
||||
//client instance is bound to the mock here.
|
||||
$this->app->instance(Client::class, $client);
|
||||
|
||||
|
||||
Log::warning('The following error is part of a test.');
|
||||
// now let's see what happens:
|
||||
$help = new Help;
|
||||
$result = $help->getFromGitHub('test-route', 'en_US');
|
||||
|
||||
Reference in New Issue
Block a user