aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Updater
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-02-15 21:22:35 +0100
committerArthur <arthur@hoa.ro>2016-02-15 21:22:35 +0100
commit3a38c95d4232aed4a40f70eb11d26cafc9188bac (patch)
tree351663f03ed606f095b88b2f96ca0ef3d41e7f6a /tests/Updater
parent1e7331126d81a5759ab91c221f7e0f164aeebfb5 (diff)
parent195acf9f0931aa3b1a6db8832ab52a260d11090d (diff)
downloadShaarli-3a38c95d4232aed4a40f70eb11d26cafc9188bac.tar.gz
Shaarli-3a38c95d4232aed4a40f70eb11d26cafc9188bac.tar.zst
Shaarli-3a38c95d4232aed4a40f70eb11d26cafc9188bac.zip
Merge pull request #447 from ArthurHoaro/hidden-tags
Private/Hidden tags
Diffstat (limited to 'tests/Updater')
-rw-r--r--tests/Updater/UpdaterTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Updater/UpdaterTest.php b/tests/Updater/UpdaterTest.php
index 84b82350..d865066b 100644
--- a/tests/Updater/UpdaterTest.php
+++ b/tests/Updater/UpdaterTest.php
@@ -239,7 +239,6 @@ class UpdaterTest extends PHPUnit_Framework_TestCase
239 $this->assertEmpty($linkDB->filter(LinkFilter::$FILTER_TAG, 'exclude')); 239 $this->assertEmpty($linkDB->filter(LinkFilter::$FILTER_TAG, 'exclude'));
240 $updater = new Updater(array(), self::$configFields, $linkDB, true); 240 $updater = new Updater(array(), self::$configFields, $linkDB, true);
241 $updater->updateMethodRenameDashTags(); 241 $updater->updateMethodRenameDashTags();
242 var_dump($linkDB->filter(LinkFilter::$FILTER_TAG, 'exclude'));
243 $this->assertNotEmpty($linkDB->filter(LinkFilter::$FILTER_TAG, 'exclude')); 242 $this->assertNotEmpty($linkDB->filter(LinkFilter::$FILTER_TAG, 'exclude'));
244 } 243 }
245} 244}