We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fbaa1 commit f19fd3cCopy full SHA for f19fd3c
test/unit/AjaxSshValidateTest.php
@@ -19,6 +19,7 @@ public static function providerTestSshValidate()
19
#[DataProvider("providerTestSshValidate")]
20
public function testSshValidate(bool $is_valid, string $pubkey)
21
{
22
+ // doesn't use http_post because http_post doesn't capture output
23
$_SERVER["REQUEST_METHOD"] = "POST";
24
$_POST["key"] = $pubkey;
25
ob_start();
0 commit comments