Skip to content

Commit 208ebd3

Browse files
name
1 parent f2152a6 commit 208ebd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tests/AbstractRequesterTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ protected function setUp()
2222
{
2323
parent::setUp();
2424

25-
$this->requester = $this->getMockBuilder(AbstractRequester::class)
25+
$name = AbstractRequester::class;
26+
$this->requester = $this->getMockBuilder($name)
2627
->setMethods(['handleRequest'])
2728
->disableOriginalConstructor()
2829
->getMock();

0 commit comments

Comments
 (0)