11 lines
212 B
PHP
11 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();
|