diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 15:26:14 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 15:26:14 +0200 |
commit | 4cfefda891116389099e14ff646af95b13f42710 (patch) | |
tree | 6beaff77dbdba8398b1beac0f246338dab09d2a5 /tests | |
parent | 7f20203006d1a8ac1ba4d367044b9a0613a3fb59 (diff) | |
download | nextcloud-server-4cfefda891116389099e14ff646af95b13f42710.tar.gz nextcloud-server-4cfefda891116389099e14ff646af95b13f42710.zip |
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'; |