close() public method

Just return true for this implementation.
public close ( )
 public function testClose()
 {
     $datastoreSessionHandler = new DatastoreSessionHandler($this->datastore->reveal());
     $ret = $datastoreSessionHandler->close();
     $this->assertTrue($ret);
 }