mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Update test code.
This commit is contained in:
@@ -39,7 +39,7 @@ class AttachmentTransformerTest extends TestCase
|
||||
*
|
||||
* @covers \FireflyIII\Transformers\AttachmentTransformer::transform
|
||||
*/
|
||||
public function testBasic()
|
||||
public function testBasic(): void
|
||||
{
|
||||
$md5 = md5('hello' . random_int(1, 10000));
|
||||
$attachment = Attachment::create(
|
||||
|
||||
Reference in New Issue
Block a user