Update test code.

This commit is contained in:
James Cole
2018-05-11 19:58:10 +02:00
parent 9bb4df4cc3
commit 4d6bc55723
174 changed files with 2138 additions and 940 deletions

View File

@@ -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));