We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4962be1 commit 999aca0Copy full SHA for 999aca0
tests/unit/Reader/Factory/ApiReaderFactoryTest.php
@@ -65,7 +65,7 @@ protected function setUp(): void
65
parent::setUp();
66
67
$this->clientFactory = $this->getCallable();
68
- $this->importerDefinition = $this->getMock(Api::class);
+ $this->importerDefinition = $this->getMock(EntityImporterDefinition::class);
69
$this->client = $this->getMock(Client::class);
70
}
71
0 commit comments