mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Add test for expired certificate
Will only work after tomorrow
This commit is contained in:
parent
4efe6f6240
commit
4bc9980f4b
1 changed files with 1 additions and 3 deletions
|
|
@ -71,9 +71,7 @@ class CertificateTest extends \PHPUnit_Framework_TestCase {
|
|||
function testIsExpired() {
|
||||
$this->assertSame(false, $this->goodCertificate->isExpired());
|
||||
$this->assertSame(false, $this->invalidCertificate->isExpired());
|
||||
|
||||
// TODO: Change to false after tomorrow
|
||||
$this->assertSame(false, $this->expiredCertificate->isExpired());
|
||||
$this->assertSame(true, $this->expiredCertificate->isExpired());
|
||||
}
|
||||
|
||||
function testGetIssuerName() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue