Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4

remotes/origin/stand-alone-job-executer
Joas Schilling 9 years ago
parent 7f20203006
commit 4cfefda891
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
  1. 2
      tests/lib/Files/Storage/Wrapper/EncodingTest.php

@ -8,7 +8,7 @@
namespace Test\Files\Storage\Wrapper; namespace Test\Files\Storage\Wrapper;
class Encoding extends \Test\Files\Storage\Storage { class EncodingTest extends \Test\Files\Storage\Storage {
const NFD_NAME = 'ümlaut'; const NFD_NAME = 'ümlaut';
const NFC_NAME = 'ümlaut'; const NFC_NAME = 'ümlaut';
Loading…
Cancel
Save