aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/LinkDBTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LinkDBTest.php')
-rw-r--r--tests/LinkDBTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/LinkDBTest.php b/tests/LinkDBTest.php
index 765f771e..b6a273b3 100644
--- a/tests/LinkDBTest.php
+++ b/tests/LinkDBTest.php
@@ -278,6 +278,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase
278 'stallman' => 1, 278 'stallman' => 1,
279 'free' => 1, 279 'free' => 1,
280 '-exclude' => 1, 280 '-exclude' => 1,
281 'stuff' => 2,
281 ), 282 ),
282 self::$publicLinkDB->allTags() 283 self::$publicLinkDB->allTags()
283 ); 284 );
@@ -297,6 +298,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase
297 'w3c' => 1, 298 'w3c' => 1,
298 'css' => 1, 299 'css' => 1,
299 'Mercurial' => 1, 300 'Mercurial' => 1,
301 'stuff' => 2,
300 '-exclude' => 1, 302 '-exclude' => 1,
301 '.hidden' => 1, 303 '.hidden' => 1,
302 ), 304 ),