Merge pull request #24842 from owncloud/files-storage-wrapper-encoding-psr4

Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4
This commit is contained in:
Vincent Petry 2016-05-25 16:32:43 +02:00
commit 2bddf71f22
1 changed files with 1 additions and 1 deletions

View File

@ -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';