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 2e3697a commit 30b51baCopy full SHA for 30b51ba
tests/FirebaseProjectManagerTest.php
@@ -84,20 +84,6 @@ public function credentials_can_be_configured(): void
84
$this->assertSame($credentials, $serviceAccount->asArray());
85
}
86
87
- /**
88
- * @test
89
- */
90
- public function a_tenant_id_can_be_set(): void
91
- {
92
- $this->app->config->set('firebase.projects.app.auth.tenant_id', $expected = 'abc123');
93
-
94
- $auth = $this->app->make(Firebase\Contract\Auth::class);
95
96
- $tenantId = $this->getAccessibleProperty($auth, 'tenantId')->getValue($auth);
97
98
- $this->assertSame($expected, $tenantId);
99
- }
100
101
/**
102
* @test
103
*/
0 commit comments