mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 19:40:28 +00:00
fix bad merge
This commit is contained in:
parent
e4bf7b111a
commit
7237c0f803
@ -14,7 +14,7 @@ class Functional_Net_SSH2Test extends PhpseclibFunctionalTestCase
|
|||||||
{
|
{
|
||||||
$ssh = new SSH2($this->getEnv('SSH_HOSTNAME'));
|
$ssh = new SSH2($this->getEnv('SSH_HOSTNAME'));
|
||||||
|
|
||||||
$this->assertIsObject
|
$this->assertIsObject(
|
||||||
$ssh,
|
$ssh,
|
||||||
'Could not construct NET_SSH2 object.'
|
'Could not construct NET_SSH2 object.'
|
||||||
);
|
);
|
||||||
|
@ -574,7 +574,6 @@ mKVKf5kPx2aR2W2KAcgw3TJIu1QX7N+l3kFrf9Owtz1a
|
|||||||
-----END ENCRYPTED PRIVATE KEY-----';
|
-----END ENCRYPTED PRIVATE KEY-----';
|
||||||
$pass = 'asdf';
|
$pass = 'asdf';
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
$this->pkcs8tester($key, $pass);
|
$this->pkcs8tester($key, $pass);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,6 +36,6 @@ class Unit_Math_BigInteger_PHP64Test extends Unit_Math_BigInteger_TestCase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
classs PHP64Test extends Unit_Math_BigInteger_PHP64Test
|
class PHP64Test extends Unit_Math_BigInteger_PHP64Test
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,8 @@ then
|
|||||||
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/n tearDown()/n tearDown(): void/g'
|
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/n tearDown()/n tearDown(): void/g'
|
||||||
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertIsArray([^)]*)\)/\1: void/g'
|
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertIsArray([^)]*)\)/\1: void/g'
|
||||||
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertIsString([^)]*)\)/\1: void/g'
|
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertIsString([^)]*)\)/\1: void/g'
|
||||||
|
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertIsResource([^)]*)\)/\1: void/g'
|
||||||
|
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertIsObject([^)]*)\)/\1: void/g'
|
||||||
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertStringContainsString([^)]*)\)/\1: void/g'
|
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertStringContainsString([^)]*)\)/\1: void/g'
|
||||||
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertStringNotContainsString([^)]*)\)/\1: void/g'
|
find tests -type f -name "*.php" -print0 | xargs -0 sed -i 's/\(n assertStringNotContainsString([^)]*)\)/\1: void/g'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user