istic-openstack/server/vendor/php-opencloud/common/tests/integration/run.php
2016-03-09 15:36:02 +01:00

10 lines
212 B
PHP

<?php
$rootDir = dirname(dirname(__DIR__));
require_once $rootDir . '/vendor/autoload.php';
$basePath = $rootDir . '/samples';
$runner = new \OpenCloud\Integration\Runner($basePath);
$runner->runServices();