summaryrefslogtreecommitdiff
path: root/server/vendor/php-opencloud/common/tests/integration/run.php
diff options
context:
space:
mode:
authorEoleDev <EoleDev@outlook.fr>2016-03-23 15:30:47 +0100
committerEoleDev <EoleDev@outlook.fr>2016-03-23 15:30:47 +0100
commit54ec6723deb44e325782afd366eeec01ee29ac55 (patch)
tree5431400d307754a02e6c40b35a40e6761d7dac0c /server/vendor/php-opencloud/common/tests/integration/run.php
parent0dc17aa9efb987dcdf6f864f4110450bcc0c9003 (diff)
Maj Library
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, 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();