Example #1
0
 public function testDefaultSessionManager()
 {
     $storage = new Session();
     $this->assertInstanceOf('Sloths\\Session\\Session', $storage->getSessionManager());
 }