Example #1
0
 public function setUp()
 {
     $this->ctx = Context::getDefault()->withDeadlineAfter(5.0)->withCallerId(self::$CALLER_ID);
     $this->conn = new VTGateConn(self::$client, self::$KEYSPACE);
 }