Updated CryptographyTest.php
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
This commit is contained in:
parent
66d2cd7907
commit
244f45d6c6
1 changed files with 0 additions and 2 deletions
|
@ -278,8 +278,6 @@
|
|||
$message = "Message to sign";
|
||||
|
||||
$this->expectException(CryptographyException::class);
|
||||
$this->expectExceptionMessage("Failed to sign message");
|
||||
|
||||
Cryptography::signMessage($message, $invalidPrivateKey);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue