File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ public static function dataProviderForFixSignatureUnusedBits(): array
141
141
/**
142
142
* @dataProvider dataProviderForFixSignatureUnusedBits
143
143
*/
144
+ #[\PHPUnit \Framework \Attributes \DataProvider('dataProviderForFixSignatureUnusedBits ' )]
144
145
public function testFixSignatureUnusedBits (
145
146
string $ inputSignatureBlock ,
146
147
string $ signatureHash ,
@@ -185,6 +186,7 @@ public function testBase64UEncodeDecode(): void
185
186
/**
186
187
* @group openssl
187
188
*/
189
+ #[\PHPUnit \Framework \Attributes \Group('openssl ' )]
188
190
public function testCheckOpenSSLVersion (): void
189
191
{
190
192
$ u2f = self ::getClassMethod (U2FServer::class, 'checkOpenSSLVersion ' );
@@ -195,6 +197,7 @@ public function testCheckOpenSSLVersion(): void
195
197
/**
196
198
* @group file-system
197
199
*/
200
+ #[\PHPUnit \Framework \Attributes \Group('file-system ' )]
198
201
public function testGetCerts (): void
199
202
{
200
203
$ tempDirName = tempnam (sys_get_temp_dir (), '_testGetCerts ' );
You can’t perform that action at this time.
0 commit comments