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