Example #1
0
 /**
  * @covers Sesshin\Session::getIdHandler
  */
 public function testUsesDefaultIdHandlerIfNotSet()
 {
     $session = new Session($this->getStoreMock());
     $this->assertEquals('Sesshin\\Id\\Handler', get_class($session->getIdHandler()));
 }