Commit 947d38a 1 parent 6e037bd commit 947d38a Copy full SHA for 947d38a
File tree 1 file changed +3
-3
lines changed
tests/unit/Reader/Factory
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace Fastbolt \EntityImporter \Tests \Unit \Reader \Factory ;
10
10
11
- use Fastbolt \EntityImporter \EntityImporterDefinition ;
12
11
use Fastbolt \EntityImporter \Reader \Factory \ApiReaderFactory ;
12
+ use Fastbolt \EntityImporter \Types \ImportSourceDefinition \Api ;
13
13
use Fastbolt \TestHelpers \BaseTestCase ;
14
14
use Fastbolt \TestHelpers \Visibility ;
15
15
use GuzzleHttp \Client ;
@@ -26,7 +26,7 @@ class ApiReaderFactoryTest extends BaseTestCase
26
26
private $ clientFactory ;
27
27
28
28
/**
29
- * @var EntityImporterDefinition &MockObject
29
+ * @var Api &MockObject
30
30
*/
31
31
private $ importerDefinition ;
32
32
@@ -64,7 +64,7 @@ protected function setUp(): void
64
64
parent ::setUp ();
65
65
66
66
$ this ->clientFactory = $ this ->getCallable ();
67
- $ this ->importerDefinition = $ this ->getMock (EntityImporterDefinition ::class);
67
+ $ this ->importerDefinition = $ this ->getMock (Api ::class);
68
68
$ this ->client = $ this ->getMock (Client::class);
69
69
}
70
70
}
You can’t perform that action at this time.
0 commit comments