mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Mock more repositories in tests.
This commit is contained in:
@@ -49,12 +49,11 @@ class ReportControllerTest extends TestCase
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
Log::debug(sprintf('Now in %s.', \get_class($this)));
|
||||
Log::info(sprintf('Now in %s.', \get_class($this)));
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Popup\ReportController
|
||||
* @expectedExceptionMessage Could not parse end date
|
||||
*/
|
||||
public function testBadEndDate(): void
|
||||
{
|
||||
@@ -168,7 +167,6 @@ class ReportControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Popup\ReportController
|
||||
* @expectedExceptionMessage Firefly cannot handle this type of info-button
|
||||
*/
|
||||
public function testBalanceAmountTagRole(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user