summaryrefslogtreecommitdiffstats
path: root/tests/lib/memcache
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-19 15:31:43 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-19 15:31:43 +0200
commit61b3260ebdf9e5756719485416381fdcf4b2f589 (patch)
tree979e9dd9166368b5c95cf28713955cfa455e6c95 /tests/lib/memcache
parent6ace14b6ad34821c8cf51b4854aa624c116c3c9e (diff)
parentbae4118b4fe08c22cf3a12236705d09423a37b8b (diff)
downloadnextcloud-server-61b3260ebdf9e5756719485416381fdcf4b2f589.tar.gz
nextcloud-server-61b3260ebdf9e5756719485416381fdcf4b2f589.zip
Merge pull request #24716 from owncloud/fix-test-namespaces-2
Fix test namespaces [files-]
Diffstat (limited to 'tests/lib/memcache')
-rw-r--r--tests/lib/memcache/FactoryTest.php (renamed from tests/lib/memcache/factory.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/memcache/factory.php b/tests/lib/memcache/FactoryTest.php
index 33a27a42113..8607ea7de9b 100644
--- a/tests/lib/memcache/factory.php
+++ b/tests/lib/memcache/FactoryTest.php
@@ -56,7 +56,7 @@ class Test_Factory_Unavailable_Cache2 {
}
}
-class Test_Factory extends \Test\TestCase {
+class FactoryTest extends \Test\TestCase {
const AVAILABLE1 = '\\Test\\Memcache\\Test_Factory_Available_Cache1';
const AVAILABLE2 = '\\Test\\Memcache\\Test_Factory_Available_Cache2';
const UNAVAILABLE1 = '\\Test\\Memcache\\Test_Factory_Unavailable_Cache1';