Пример #1
0
 public function testCacheItemSetInteger_InvalidArgumentExceptionRaised()
 {
     $this->setExpectedException('Psr\\Cache\\InvalidArgumentException', 'Boolean value expected but integer given');
     $this->cacheItem->setHit(1);
 }