Skip to content

Commit 2127564

Browse files
committed
chore: record curl version
1 parent af253c2 commit 2127564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Integrations/Curl/CurlIntegrationTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ protected function envsToCleanUpAtTearDown()
5151
];
5252
}
5353

54+
public static function getTestedLibrary()
55+
{
56+
return 'ext-curl';
57+
}
58+
5459
private static function commonCurlInfoTags()
5560
{
5661
$tags = [

0 commit comments

Comments
 (0)