mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Update test code.
This commit is contained in:
@@ -38,7 +38,7 @@ class JournalMetaTransformerTest extends TestCase
|
||||
*
|
||||
* @covers \FireflyIII\Transformers\JournalMetaTransformer::transform
|
||||
*/
|
||||
public function testBasic()
|
||||
public function testBasic(): void
|
||||
{
|
||||
$data = 'Lots of data';
|
||||
$hash = hash('sha256', json_encode($data));
|
||||
|
||||
Reference in New Issue
Block a user