diff options
Diffstat (limited to 'tests/plugins/PluginArchiveorgTest.php')
-rw-r--r-- | tests/plugins/PluginArchiveorgTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/PluginArchiveorgTest.php b/tests/plugins/PluginArchiveorgTest.php index fecd5f2c..d06bfa59 100644 --- a/tests/plugins/PluginArchiveorgTest.php +++ b/tests/plugins/PluginArchiveorgTest.php | |||
@@ -4,6 +4,8 @@ | |||
4 | * PluginArchiveorgTest.php | 4 | * PluginArchiveorgTest.php |
5 | */ | 5 | */ |
6 | 6 | ||
7 | use Shaarli\Plugin\PluginManager; | ||
8 | |||
7 | require_once 'plugins/archiveorg/archiveorg.php'; | 9 | require_once 'plugins/archiveorg/archiveorg.php'; |
8 | 10 | ||
9 | /** | 11 | /** |