We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedae68 commit 130b248Copy full SHA for 130b248
tests/AbstractRequesterTest.php
@@ -22,7 +22,7 @@ protected function setUp()
22
{
23
parent::setUp();
24
25
- $this->requester = $this->getMockForAbstractClass(AbstractRequester::class);
+ $this->requester = $this->getMockForAbstractClass('ByJG\ApiTools\AbstractRequester');
26
27
$this->schema = $this->getMockBuilder(Schema::class)
28
->disableOriginalConstructor()
0 commit comments