mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
Update ssh key validation to accept other common standards (#228)
This commit is contained in:
@ -24,6 +24,10 @@ abstract class TestCase extends BaseTestCase
|
||||
|
||||
protected Site $site;
|
||||
|
||||
public const EXPECT_SUCCESS = true;
|
||||
|
||||
public const EXPECT_FAILURE = false;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
Reference in New Issue
Block a user