芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/smsapi/api_sdk/tests/Core/Auth/CredentialTest.php
assertEquals("accessKeyId",$credential->getAccessKeyId()); $this->assertEquals("accessSecret",$credential->getAccessSecret()); $this->assertNotNull($credential->getRefreshDate()); $dateNow = date("Y-m-d\TH:i:s\Z"); $credential->setExpiredDate(1); $this->assertNotNull($credential->getExpiredDate()); $this->assertTrue($credential->getExpiredDate() > $dateNow); } }