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.
1 parent 1091e59 commit 51f596eCopy full SHA for 51f596e
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