diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-12-03 00:59:21 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2019-01-12 22:47:48 +0100 |
commit | a0c4dbd91c41b9ecdd5176c1ac33b55e240d2392 (patch) | |
tree | 6a3e2e1b07b9ce9af42fae3fd8f66e9639a1e73a /tests/HistoryTest.php | |
parent | 8c0f19c7971e1a4534347ce9d6d82a0a45799711 (diff) | |
download | Shaarli-a0c4dbd91c41b9ecdd5176c1ac33b55e240d2392.tar.gz Shaarli-a0c4dbd91c41b9ecdd5176c1ac33b55e240d2392.tar.zst Shaarli-a0c4dbd91c41b9ecdd5176c1ac33b55e240d2392.zip |
namespacing: \Shaarli\FileUtils
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'tests/HistoryTest.php')
-rw-r--r-- | tests/HistoryTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/HistoryTest.php b/tests/HistoryTest.php index 7723c461..8303e53a 100644 --- a/tests/HistoryTest.php +++ b/tests/HistoryTest.php | |||
@@ -4,7 +4,6 @@ namespace Shaarli; | |||
4 | 4 | ||
5 | use DateTime; | 5 | use DateTime; |
6 | use Exception; | 6 | use Exception; |
7 | use FileUtils; | ||
8 | 7 | ||
9 | class HistoryTest extends \PHPUnit\Framework\TestCase | 8 | class HistoryTest extends \PHPUnit\Framework\TestCase |
10 | { | 9 | { |