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