summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-25 16:32:43 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-25 16:32:43 +0200
commit2bddf71f2286aa461fc5b5412343e002206d0abe (patch)
tree4859921cdde3530eb5439caf135f2385b68c6c53 /tests
parent299954c03d57e5546d46f782bf016d4c7ca90cc0 (diff)
parent4cfefda891116389099e14ff646af95b13f42710 (diff)
downloadnextcloud-server-2bddf71f2286aa461fc5b5412343e002206d0abe.tar.gz
nextcloud-server-2bddf71f2286aa461fc5b5412343e002206d0abe.zip
Merge pull request #24842 from owncloud/files-storage-wrapper-encoding-psr4
Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/Storage/Wrapper/EncodingTest.php (renamed from tests/lib/files/storage/wrapper/Encoding.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/storage/wrapper/Encoding.php b/tests/lib/Files/Storage/Wrapper/EncodingTest.php
index 79b7a3bfb6e..24bf10eb789 100644
--- a/tests/lib/files/storage/wrapper/Encoding.php
+++ b/tests/lib/Files/Storage/Wrapper/EncodingTest.php
@@ -8,7 +8,7 @@
namespace Test\Files\Storage\Wrapper;
-class Encoding extends \Test\Files\Storage\Storage {
+class EncodingTest extends \Test\Files\Storage\Storage {
const NFD_NAME = 'ümlaut';
const NFC_NAME = 'ümlaut';