@@ -602,7 +602,7 @@ public function testRespondToAccessTokenRequest(): void
602
602
'auth_code_id ' => uniqid (),
603
603
'expire_time ' => time () + 3600 ,
604
604
'client_id ' => 'foo ' ,
605
- 'user_id ' => 123 ,
605
+ 'user_id ' => ' 123 ' ,
606
606
'scopes ' => ['foo ' ],
607
607
'redirect_uri ' => self ::REDIRECT_URI ,
608
608
], JSON_THROW_ON_ERROR )
@@ -665,7 +665,7 @@ public function testRespondToAccessTokenRequestUsingHttpBasicAuth(): void
665
665
'auth_code_id ' => uniqid (),
666
666
'client_id ' => 'foo ' ,
667
667
'expire_time ' => time () + 3600 ,
668
- 'user_id ' => 123 ,
668
+ 'user_id ' => ' 123 ' ,
669
669
'scopes ' => ['foo ' ],
670
670
'redirect_uri ' => self ::REDIRECT_URI ,
671
671
], JSON_THROW_ON_ERROR )
@@ -730,7 +730,7 @@ public function testRespondToAccessTokenRequestForPublicClient(): void
730
730
'auth_code_id ' => uniqid (),
731
731
'expire_time ' => time () + 3600 ,
732
732
'client_id ' => 'foo ' ,
733
- 'user_id ' => 123 ,
733
+ 'user_id ' => ' 123 ' ,
734
734
'scopes ' => ['foo ' ],
735
735
'redirect_uri ' => self ::REDIRECT_URI ,
736
736
], JSON_THROW_ON_ERROR )
@@ -795,7 +795,7 @@ public function testRespondToAccessTokenRequestNullRefreshToken(): void
795
795
'auth_code_id ' => uniqid (),
796
796
'expire_time ' => time () + 3600 ,
797
797
'client_id ' => 'foo ' ,
798
- 'user_id ' => 123 ,
798
+ 'user_id ' => ' 123 ' ,
799
799
'scopes ' => ['foo ' ],
800
800
'redirect_uri ' => self ::REDIRECT_URI ,
801
801
], JSON_THROW_ON_ERROR )
@@ -867,7 +867,7 @@ public function testRespondToAccessTokenRequestCodeChallengePlain(): void
867
867
'auth_code_id ' => uniqid (),
868
868
'expire_time ' => time () + 3600 ,
869
869
'client_id ' => 'foo ' ,
870
- 'user_id ' => 123 ,
870
+ 'user_id ' => ' 123 ' ,
871
871
'scopes ' => ['foo ' ],
872
872
'redirect_uri ' => self ::REDIRECT_URI ,
873
873
'code_challenge ' => self ::CODE_VERIFIER ,
@@ -941,7 +941,7 @@ public function testRespondToAccessTokenRequestCodeChallengeS256(): void
941
941
'auth_code_id ' => uniqid (),
942
942
'expire_time ' => time () + 3600 ,
943
943
'client_id ' => 'foo ' ,
944
- 'user_id ' => 123 ,
944
+ 'user_id ' => ' 123 ' ,
945
945
'scopes ' => ['foo ' ],
946
946
'redirect_uri ' => self ::REDIRECT_URI ,
947
947
'code_challenge ' => self ::CODE_CHALLENGE ,
@@ -2034,7 +2034,7 @@ public function testRefreshTokenRepositoryUniqueConstraintCheck(): void
2034
2034
'auth_code_id ' => uniqid (),
2035
2035
'expire_time ' => time () + 3600 ,
2036
2036
'client_id ' => 'foo ' ,
2037
- 'user_id ' => 123 ,
2037
+ 'user_id ' => ' 123 ' ,
2038
2038
'scopes ' => ['foo ' ],
2039
2039
'redirect_uri ' => self ::REDIRECT_URI ,
2040
2040
], JSON_THROW_ON_ERROR )
@@ -2099,7 +2099,7 @@ public function testRefreshTokenRepositoryFailToPersist(): void
2099
2099
'auth_code_id ' => uniqid (),
2100
2100
'expire_time ' => time () + 3600 ,
2101
2101
'client_id ' => 'foo ' ,
2102
- 'user_id ' => 123 ,
2102
+ 'user_id ' => ' 123 ' ,
2103
2103
'scopes ' => ['foo ' ],
2104
2104
'redirect_uri ' => self ::REDIRECT_URI ,
2105
2105
], JSON_THROW_ON_ERROR )
@@ -2167,7 +2167,7 @@ public function testRefreshTokenRepositoryFailToPersistUniqueNoInfiniteLoop(): v
2167
2167
'auth_code_id ' => uniqid (),
2168
2168
'expire_time ' => time () + 3600 ,
2169
2169
'client_id ' => 'foo ' ,
2170
- 'user_id ' => 123 ,
2170
+ 'user_id ' => ' 123 ' ,
2171
2171
'scopes ' => ['foo ' ],
2172
2172
'redirect_uri ' => self ::REDIRECT_URI ,
2173
2173
], JSON_THROW_ON_ERROR )
0 commit comments