Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4
This commit is contained in:
parent
7f20203006
commit
4cfefda891
|
@ -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 New Issue