summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Service/ItemServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Service/ItemServiceTest.php')
-rw-r--r--tests/Unit/Service/ItemServiceTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Service/ItemServiceTest.php b/tests/Unit/Service/ItemServiceTest.php
index c98ac2c33..98c97b31f 100644
--- a/tests/Unit/Service/ItemServiceTest.php
+++ b/tests/Unit/Service/ItemServiceTest.php
@@ -62,14 +62,14 @@ class ItemServiceTest extends TestCase
private $newestItemId;
/**
- * @var int
+ * @var string
*/
private $time;
protected function setUp(): void
{
- $this->time = 222;
+ $this->time = '222';
$this->timeFactory = $this->getMockBuilder(Time::class)
->disableOriginalConstructor()
->getMock();