Skip to content

Commit

Permalink
Apply fixes from StyleCI (#2217)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
tymondesigns authored Apr 1, 2023
1 parent 43611dd commit 44982a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/BlacklistTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ public function blacklist_provider()

/**
* @test
*
* @dataProvider blacklist_provider
*
* @param mixed $result
Expand Down
1 change: 1 addition & 0 deletions tests/Http/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public function it_should_not_strip_trailing_hyphens_from_the_authorization_head

/**
* @test
*
* @dataProvider whitespaceProvider
*/
public function it_should_handle_excess_whitespace_from_the_authorization_header($whitespace)
Expand Down
4 changes: 4 additions & 0 deletions tests/Validators/TokenValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function it_should_return_true_when_providing_a_well_formed_token()

/**
* @test
*
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderMalformedTokens
*
* @param string $token
Expand All @@ -48,6 +49,7 @@ public function it_should_return_false_when_providing_a_malformed_token($token)

/**
* @test
*
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderMalformedTokens
*/
public function it_should_throw_an_exception_when_providing_a_malformed_token($token)
Expand All @@ -60,6 +62,7 @@ public function it_should_throw_an_exception_when_providing_a_malformed_token($t

/**
* @test
*
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderTokensWithWrongSegmentsNumber
*/
public function it_should_return_false_when_providing_a_token_with_wrong_segments_number($token)
Expand All @@ -69,6 +72,7 @@ public function it_should_return_false_when_providing_a_token_with_wrong_segment

/**
* @test
*
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderTokensWithWrongSegmentsNumber
*/
public function it_should_throw_an_exception_when_providing_a_malformed_token_with_wrong_segments_number($token)
Expand Down

0 comments on commit 44982a7

Please sign in to comment.