diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-19 15:31:43 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-19 15:31:43 +0200 |
commit | 61b3260ebdf9e5756719485416381fdcf4b2f589 (patch) | |
tree | 979e9dd9166368b5c95cf28713955cfa455e6c95 /tests/lib/memcache | |
parent | 6ace14b6ad34821c8cf51b4854aa624c116c3c9e (diff) | |
parent | bae4118b4fe08c22cf3a12236705d09423a37b8b (diff) | |
download | nextcloud-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'; |