expiresAfter() public method

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