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.
2 parents bc1f918 + 51f596e commit e878ff9Copy full SHA for e878ff9
tests/lib/Security/CertificateTest.php
@@ -71,7 +71,7 @@ public function testGetOrganization(): void {
71
public function testGetIssueDate(): void {
72
$expected = new \DateTime('2025-08-25 09:53:14 GMT');
73
$this->assertEquals($expected->getTimestamp(), $this->goodCertificate->getIssueDate()->getTimestamp());
74
- $expected = new \DateTime('2025-08-25 10:00:15 GMT');
+ $expected = new \DateTime('2025-08-25 10:00:15 GMT');
75
$this->assertEquals($expected->getTimestamp(), $this->invalidCertificate->getIssueDate()->getTimestamp());
76
}
77
0 commit comments