File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ public function blacklist_provider()
200
200
201
201
/**
202
202
* @test
203
+ *
203
204
* @dataProvider blacklist_provider
204
205
*
205
206
* @param mixed $result
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ public function it_should_not_strip_trailing_hyphens_from_the_authorization_head
148
148
149
149
/**
150
150
* @test
151
+ *
151
152
* @dataProvider whitespaceProvider
152
153
*/
153
154
public function it_should_handle_excess_whitespace_from_the_authorization_header ($ whitespace )
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ public function it_should_return_true_when_providing_a_well_formed_token()
37
37
38
38
/**
39
39
* @test
40
+ *
40
41
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderMalformedTokens
41
42
*
42
43
* @param string $token
@@ -48,6 +49,7 @@ public function it_should_return_false_when_providing_a_malformed_token($token)
48
49
49
50
/**
50
51
* @test
52
+ *
51
53
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderMalformedTokens
52
54
*/
53
55
public function it_should_throw_an_exception_when_providing_a_malformed_token ($ token )
@@ -60,6 +62,7 @@ public function it_should_throw_an_exception_when_providing_a_malformed_token($t
60
62
61
63
/**
62
64
* @test
65
+ *
63
66
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderTokensWithWrongSegmentsNumber
64
67
*/
65
68
public function it_should_return_false_when_providing_a_token_with_wrong_segments_number ($ token )
@@ -69,6 +72,7 @@ public function it_should_return_false_when_providing_a_token_with_wrong_segment
69
72
70
73
/**
71
74
* @test
75
+ *
72
76
* @dataProvider \Tymon\JWTAuth\Test\Validators\TokenValidatorTest::dataProviderTokensWithWrongSegmentsNumber
73
77
*/
74
78
public function it_should_throw_an_exception_when_providing_a_malformed_token_with_wrong_segments_number ($ token )
You can’t perform that action at this time.
0 commit comments