Inheritance: implements Psr\Cache\CacheItemInterface
Example #1
0
 public function testExpiresAfter()
 {
     $this->setExpectedException(NotImplementedException::class);
     $this->item->expiresAfter(null);
 }