mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Update tests so repositories are not called. Saves on DB calls, speeds up tests.
This commit is contained in:
@@ -26,12 +26,22 @@ namespace Tests\Unit\Import\Specifics;
|
||||
|
||||
use FireflyIII\Import\Specifics\SnsDescription;
|
||||
use Tests\TestCase;
|
||||
|
||||
use Log;
|
||||
/**
|
||||
* Class SnsDescriptionTest
|
||||
*/
|
||||
class SnsDescriptionTest extends TestCase
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
Log::info(sprintf('Now in %s.', \get_class($this)));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Specifics\SnsDescription
|
||||
*/
|
||||
|
Reference in New Issue
Block a user