Esempio n. 1
0
 /**
  * @covers JeyKeu\Notify\Session\NativeSession::remove
  * @depends testSet
  */
 public function testRemove(array $put)
 {
     $testKey = $put['key'];
     $this->object->remove($testKey);
     $this->assertEmpty($_SESSION[$testKey]);
 }