Browse Source

Add more unit tests

remotes/origin/handlebars-approach
Lukas Reschke 11 years ago
parent
commit
52cd4efc83
  1. 2
      tests/lib/files/pathverificationtest.php

2
tests/lib/files/pathverificationtest.php

@ -85,6 +85,8 @@ class PathVerification extends \Test\TestCase {
['🐵'], ['🐵'],
['🐵.txt'], ['🐵.txt'],
['txt.💩'], ['txt.💩'],
['💩🐵.txt'],
['💩🐵'],
]; ];
} }

Loading…
Cancel
Save