Example #1
0
 /** @test */
 public function it_should_allow_construction_with_custom_handler()
 {
     $Session = new Session(new NullSessionHandler());
     $this->assertTrue($Session->getSessionHandler() instanceof SessionHandlerInterface);
 }