Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Oct 12, 2023
1 parent 177c1e9 commit 78e4f68
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tests/Unit/ProvidersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,6 @@
$this->assertTrue(Providers::hasAndAnotherSupport());
});

it('can set a default label for a provider', function () {
expect(Providers::buttonLabel(Providers::google()))
->toEqual('Google');
});

it('can set a default label for both twitter providers', function () {
expect(Providers::buttonLabel(Providers::twitterOAuth1()))
->toEqual('Twitter')
->and(Providers::buttonLabel(Providers::twitterOAuth2()))
->toEqual('Twitter');
});

it('can set a default label for both linkedin providers', function () {
expect(Providers::buttonLabel(Providers::linkedin()))
->toEqual('LinkedIn')
->and(Providers::buttonLabel(Providers::linkedinOpenId()))
->toEqual('LinkedIn');
});

it('can set a label for a provider', function () {
Providers::google('The Google Provider');

Expand Down

0 comments on commit 78e4f68

Please sign in to comment.