summaryrefslogtreecommitdiff
path: root/server/vendor/php-opencloud/common/tests/integration/run.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/vendor/php-opencloud/common/tests/integration/run.php')
-rw-r--r--server/vendor/php-opencloud/common/tests/integration/run.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/server/vendor/php-opencloud/common/tests/integration/run.php b/server/vendor/php-opencloud/common/tests/integration/run.php
new file mode 100644
index 0000000..5bc5548
--- /dev/null
+++ b/server/vendor/php-opencloud/common/tests/integration/run.php
@@ -0,0 +1,10 @@
+<?php
+
+$rootDir = dirname(dirname(__DIR__));
+
+require_once $rootDir . '/vendor/autoload.php';
+
+$basePath = $rootDir . '/samples';
+
+$runner = new \OpenCloud\Integration\Runner($basePath);
+$runner->runServices();