From 4cfefda891116389099e14ff646af95b13f42710 Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@owncloud.com>
Date: Wed, 25 May 2016 15:26:14 +0200
Subject: [PATCH] Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4

---
 .../Encoding.php => Files/Storage/Wrapper/EncodingTest.php}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename tests/lib/{files/storage/wrapper/Encoding.php => Files/Storage/Wrapper/EncodingTest.php} (99%)

diff --git a/tests/lib/files/storage/wrapper/Encoding.php b/tests/lib/Files/Storage/Wrapper/EncodingTest.php
similarity index 99%
rename from tests/lib/files/storage/wrapper/Encoding.php
rename to 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';
-- 
GitLab