diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/helper/FileUtilsTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/helper/FileUtilsTest.php b/tests/helper/FileUtilsTest.php index 948e46d1..8035f79c 100644 --- a/tests/helper/FileUtilsTest.php +++ b/tests/helper/FileUtilsTest.php | |||
@@ -4,6 +4,7 @@ namespace Shaarli\Helper; | |||
4 | 4 | ||
5 | use Exception; | 5 | use Exception; |
6 | use Shaarli\Exceptions\IOException; | 6 | use Shaarli\Exceptions\IOException; |
7 | use Shaarli\TestCase; | ||
7 | 8 | ||
8 | /** | 9 | /** |
9 | * Class FileUtilsTest | 10 | * Class FileUtilsTest |