We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcf628 commit 33cef2dCopy full SHA for 33cef2d
tests/src/OneLogin/Saml2/UtilsTest.php
@@ -705,7 +705,7 @@ public function testParseSAML2Time()
705
$this->assertContains('Invalid SAML2 timestamp passed', $e->getMessage());
706
}
707
708
- // Now test if toolkit supports miliseconds
+ // Now test if toolkit supports milliseconds
709
$SAMLTime2 = '2013-12-10T04:39:31.120Z';
710
$this->assertEquals($time, OneLogin_Saml2_Utils::parseSAML2Time($SAMLTime2));
711
0 commit comments