@@ -1013,7 +1013,7 @@ public function testPKCEDowngradeBlocked(): void
1013
1013
'auth_code_id ' => uniqid (),
1014
1014
'expire_time ' => time () + 3600 ,
1015
1015
'client_id ' => 'foo ' ,
1016
- 'user_id ' => 123 ,
1016
+ 'user_id ' => ' 123 ' ,
1017
1017
'scopes ' => ['foo ' ],
1018
1018
'redirect_uri ' => self ::REDIRECT_URI ,
1019
1019
],
@@ -1561,7 +1561,7 @@ public function testRespondToAccessTokenRequestBadCodeVerifierPlain(): void
1561
1561
'auth_code_id ' => uniqid (),
1562
1562
'expire_time ' => time () + 3600 ,
1563
1563
'client_id ' => 'foo ' ,
1564
- 'user_id ' => 123 ,
1564
+ 'user_id ' => ' 123 ' ,
1565
1565
'scopes ' => ['foo ' ],
1566
1566
'redirect_uri ' => self ::REDIRECT_URI ,
1567
1567
'code_challenge ' => 'foobar ' ,
@@ -1636,7 +1636,7 @@ public function testRespondToAccessTokenRequestBadCodeVerifierS256(): void
1636
1636
'auth_code_id ' => uniqid (),
1637
1637
'expire_time ' => time () + 3600 ,
1638
1638
'client_id ' => 'foo ' ,
1639
- 'user_id ' => 123 ,
1639
+ 'user_id ' => ' 123 ' ,
1640
1640
'scopes ' => ['foo ' ],
1641
1641
'redirect_uri ' => self ::REDIRECT_URI ,
1642
1642
'code_challenge ' => 'foobar ' ,
@@ -1711,7 +1711,7 @@ public function testRespondToAccessTokenRequestMalformedCodeVerifierS256WithInva
1711
1711
'auth_code_id ' => uniqid (),
1712
1712
'expire_time ' => time () + 3600 ,
1713
1713
'client_id ' => 'foo ' ,
1714
- 'user_id ' => 123 ,
1714
+ 'user_id ' => ' 123 ' ,
1715
1715
'scopes ' => ['foo ' ],
1716
1716
'redirect_uri ' => self ::REDIRECT_URI ,
1717
1717
'code_challenge ' => self ::CODE_CHALLENGE ,
@@ -1786,7 +1786,7 @@ public function testRespondToAccessTokenRequestMalformedCodeVerifierS256WithInva
1786
1786
'auth_code_id ' => uniqid (),
1787
1787
'expire_time ' => time () + 3600 ,
1788
1788
'client_id ' => 'foo ' ,
1789
- 'user_id ' => 123 ,
1789
+ 'user_id ' => ' 123 ' ,
1790
1790
'scopes ' => ['foo ' ],
1791
1791
'redirect_uri ' => self ::REDIRECT_URI ,
1792
1792
'code_challenge ' => 'R7T1y1HPNFvs1WDCrx4lfoBS6KD2c71pr8OHvULjvv8 ' ,
@@ -1860,7 +1860,7 @@ public function testRespondToAccessTokenRequestMissingCodeVerifier(): void
1860
1860
'auth_code_id ' => uniqid (),
1861
1861
'expire_time ' => time () + 3600 ,
1862
1862
'client_id ' => 'foo ' ,
1863
- 'user_id ' => 123 ,
1863
+ 'user_id ' => ' 123 ' ,
1864
1864
'scopes ' => ['foo ' ],
1865
1865
'redirect_uri ' => self ::REDIRECT_URI ,
1866
1866
'code_challenge ' => 'foobar ' ,
0 commit comments