summaryrefslogtreecommitdiff
path: root/server/vendor/php-opencloud/common/tests/integration/Utils.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/vendor/php-opencloud/common/tests/integration/Utils.php')
-rw-r--r--server/vendor/php-opencloud/common/tests/integration/Utils.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/server/vendor/php-opencloud/common/tests/integration/Utils.php b/server/vendor/php-opencloud/common/tests/integration/Utils.php
deleted file mode 100644
index d24c1bb..0000000
--- a/server/vendor/php-opencloud/common/tests/integration/Utils.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-namespace OpenCloud\Integration;
-
-use GuzzleHttp\Client;
-
-class Utils
-{
- public static function toCamelCase($word, $separator = '_')
- {
- return str_replace($separator, '', ucwords($word, $separator));
- }
-}