Skip to content

Commit 30b51ba

Browse files
committed
Remove defunct test
1 parent 2e3697a commit 30b51ba

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/FirebaseProjectManagerTest.php

-14
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,6 @@ public function credentials_can_be_configured(): void
8484
$this->assertSame($credentials, $serviceAccount->asArray());
8585
}
8686

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-
10187
/**
10288
* @test
10389
*/

0 commit comments

Comments
 (0)