Skip to content

Commit 130b248

Browse files
use string
1 parent dedae68 commit 130b248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AbstractRequesterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected function setUp()
2222
{
2323
parent::setUp();
2424

25-
$this->requester = $this->getMockForAbstractClass(AbstractRequester::class);
25+
$this->requester = $this->getMockForAbstractClass('ByJG\ApiTools\AbstractRequester');
2626

2727
$this->schema = $this->getMockBuilder(Schema::class)
2828
->disableOriginalConstructor()

0 commit comments

Comments
 (0)