expiresAt() public method

public expiresAt ( $expiration )
コード例 #1
0
ファイル: CacheItemTest.php プロジェクト: ScriptFUSION/Porter
 public function testExpiresAt()
 {
     $this->setExpectedException(NotImplementedException::class);
     $this->item->expiresAt(null);
 }