Skip to content

Commit 1af2b1d

Browse files
committed
Remove Datastore from the ServiceBuilderTest as this class is deprecated:
1 parent 7cb5c4c commit 1af2b1d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Core/tests/Unit/ServiceBuilderTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Google\Cloud\Core\ServiceBuilder;
2121
use Google\Cloud\Core\Testing\CheckForClassTrait;
2222
use Google\Cloud\Core\Testing\GrpcTestTrait;
23-
use Google\Cloud\Datastore\DatastoreClient;
2423
use Google\Cloud\Firestore\FirestoreClient;
2524
use Google\Cloud\Language\LanguageClient;
2625
use Google\Cloud\Logging\LoggingClient;
@@ -147,10 +146,7 @@ public function serviceProvider()
147146
[
148147
'bigQuery',
149148
BigQueryClient::class
150-
], [
151-
'datastore',
152-
DatastoreClient::class
153-
], [
149+
],[
154150
'firestore',
155151
FirestoreClient::class,
156152
[],

0 commit comments

Comments
 (0)