expiresAt() public method

public expiresAt ( $expiration )
Example #1
0
 public function testExpiresAt()
 {
     $this->setExpectedException(NotImplementedException::class);
     $this->item->expiresAt(null);
 }