mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
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:
commit
2bddf71f22
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
Loading…
Reference in a new issue