We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb5c4c commit 1af2b1dCopy full SHA for 1af2b1d
1 file changed
Core/tests/Unit/ServiceBuilderTest.php
@@ -20,7 +20,6 @@
20
use Google\Cloud\Core\ServiceBuilder;
21
use Google\Cloud\Core\Testing\CheckForClassTrait;
22
use Google\Cloud\Core\Testing\GrpcTestTrait;
23
-use Google\Cloud\Datastore\DatastoreClient;
24
use Google\Cloud\Firestore\FirestoreClient;
25
use Google\Cloud\Language\LanguageClient;
26
use Google\Cloud\Logging\LoggingClient;
@@ -147,10 +146,7 @@ public function serviceProvider()
147
146
[
148
'bigQuery',
149
BigQueryClient::class
150
- ], [
151
- 'datastore',
152
- DatastoreClient::class
153
+ ],[
154
'firestore',
155
FirestoreClient::class,
156
[],
0 commit comments