Beispiel #1
0
 public static function setUpBeforeClass()
 {
     self::$tarantool = new Tarantool('localhost', getenv('PRIMARY_PORT'));
     self::$tarantool->authenticate('test', 'test');
 }