Inheritance: extends PHPUnit_Framework_TestCase
 public static function setUpBeforeClass()
 {
     if (version_compare(ClientInterface::VERSION, '6.0', '>=')) {
         self::markTestSkipped('This example requires Guzzle V5 installed');
     }
     self::$schemaManager = new SchemaManager('http://petstore.swagger.io/v2/swagger.json');
 }
Beispiel #2
0
 public static function setUpBeforeClass()
 {
     self::$tarantool = new Tarantool('localhost', getenv('PRIMARY_PORT'));
     self::$tarantool->authenticate('test', 'test');
 }