]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/utils/ReferenceHistory.php
Add and update unit test for the new system (Bookmark + Service)
[github/shaarli/Shaarli.git] / tests / utils / ReferenceHistory.php
index 75cbb32629a3668fcde141619afde6514a360210..516c9f51ea22d195bf71f70bcc9b786c083beade 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+use Shaarli\FileUtils;
+use Shaarli\History;
+
 /**
  * Populates a reference history
  */
@@ -73,7 +76,7 @@ class ReferenceHistory
     }
 
     /**
-     * Returns the number of links in the reference data
+     * Returns the number of bookmarks in the reference data
      */
     public function count()
     {