]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/bookmark/LinkUtilsTest.php
Add and update unit test for the new system (Bookmark + Service)
[github/shaarli/Shaarli.git] / tests / bookmark / LinkUtilsTest.php
index 78cb8f2abda69c07b26e9bfe54d7c508eec5ec40..591976f2c30b1a293ec7f845972147a02c3420c4 100644 (file)
@@ -388,15 +388,6 @@ class LinkUtilsTest extends TestCase
         $this->assertEmpty($keywords);
     }
 
-    /**
-     * Test count_private.
-     */
-    public function testCountPrivateLinks()
-    {
-        $refDB = new ReferenceLinkDB();
-        $this->assertEquals($refDB->countPrivateLinks(), count_private($refDB->getLinks()));
-    }
-
     /**
      * Test text2clickable.
      */