Add more unit tests

This commit is contained in:
Lukas Reschke 2015-07-30 11:25:05 +02:00
parent ad4c731c4c
commit 52cd4efc83
1 changed files with 2 additions and 0 deletions

View File

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