summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-08-19 14:05:08 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-08-19 14:05:08 +0200
commitb3b335480927a67f3019dfb9933b06e96b487179 (patch)
tree615c024122709fbafd903bdac1aedcc69c938f52 /tests
parent5d7deefd95c3108ff4deb17d23e78b39dbe80ee3 (diff)
downloadnextcloud-server-b3b335480927a67f3019dfb9933b06e96b487179.tar.gz
nextcloud-server-b3b335480927a67f3019dfb9933b06e96b487179.zip
move to public namespace
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/connector/sabre/quotaplugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/quotaplugin.php b/tests/lib/connector/sabre/quotaplugin.php
index 1024ae6af8f..3b144cf56b5 100644
--- a/tests/lib/connector/sabre/quotaplugin.php
+++ b/tests/lib/connector/sabre/quotaplugin.php
@@ -63,7 +63,7 @@ class Test_OC_Connector_Sabre_QuotaPlugin extends PHPUnit_Framework_TestCase {
array(1024, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '1024')),
array(1024, array('HTTP_CONTENT_LENGTH' => '512')),
array(1024, array('HTTP_OC_TOTAL_LENGTH' => '1024', 'HTTP_CONTENT_LENGTH' => '512')),
- // OC\Files\FREE_SPACE_UNKNOWN = -2
+ // \OCP\Files\FileInfo::SPACE_UNKNOWN = -2
array(-2, array()),
array(-2, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '1024')),
array(-2, array('HTTP_CONTENT_LENGTH' => '512')),