Skip to content

Commit f19fd3c

Browse files
committed
add comment to test
1 parent 58fbaa1 commit f19fd3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/AjaxSshValidateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public static function providerTestSshValidate()
1919
#[DataProvider("providerTestSshValidate")]
2020
public function testSshValidate(bool $is_valid, string $pubkey)
2121
{
22+
// doesn't use http_post because http_post doesn't capture output
2223
$_SERVER["REQUEST_METHOD"] = "POST";
2324
$_POST["key"] = $pubkey;
2425
ob_start();

0 commit comments

Comments
 (0)