diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-10-27 19:55:29 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-10-27 19:55:29 +0100 |
commit | 54afb1d6f65f727b20b66582bb63a42c421eea4d (patch) | |
tree | 8e3eb3e10088dc4f52e58f2c8cf80f68fc26dbf9 /tests | |
parent | 36e6d88dbfd753665224664d5214f39ccfbbf6a5 (diff) | |
download | Shaarli-54afb1d6f65f727b20b66582bb63a42c421eea4d.tar.gz Shaarli-54afb1d6f65f727b20b66582bb63a42c421eea4d.tar.zst Shaarli-54afb1d6f65f727b20b66582bb63a42c421eea4d.zip |
Fix rebase issue
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 |