]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Add and update unit test for the new system (Bookmark + Service) 1307/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 17 Jan 2020 20:34:12 +0000 (21:34 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 18 Jan 2020 08:56:32 +0000 (09:56 +0100)
commite26e2060f5470ce8bf4c5973284bae07b8af170a
treeadf8512f93f5559ba87d0c9931969ae4ebea7133
parentcf92b4dd1521241eefc58eaf6dcd202cd83969d8
Add and update unit test for the new system (Bookmark + Service)

See #1307
46 files changed:
Makefile
application/bookmark/Bookmark.php
composer.lock
index.php
tests/HistoryTest.php
tests/api/ApiMiddlewareTest.php
tests/api/ApiUtilsTest.php
tests/api/controllers/history/HistoryTest.php
tests/api/controllers/info/InfoTest.php
tests/api/controllers/links/DeleteLinkTest.php
tests/api/controllers/links/GetLinkIdTest.php
tests/api/controllers/links/GetLinksTest.php
tests/api/controllers/links/PostLinkTest.php
tests/api/controllers/links/PutLinkTest.php
tests/api/controllers/tags/DeleteTagTest.php
tests/api/controllers/tags/GetTagNameTest.php
tests/api/controllers/tags/GetTagsTest.php
tests/api/controllers/tags/PutTagTest.php
tests/bookmark/BookmarkArrayTest.php [new file with mode: 0644]
tests/bookmark/BookmarkFileServiceTest.php [new file with mode: 0644]
tests/bookmark/BookmarkFilterTest.php [new file with mode: 0644]
tests/bookmark/BookmarkInitializerTest.php [new file with mode: 0644]
tests/bookmark/BookmarkTest.php [new file with mode: 0644]
tests/bookmark/LinkUtilsTest.php
tests/bootstrap.php
tests/config/ConfigJsonTest.php
tests/feed/FeedBuilderTest.php
tests/formatter/BookmarkDefaultFormatterTest.php [new file with mode: 0644]
tests/formatter/BookmarkMarkdownFormatterTest.php [new file with mode: 0644]
tests/formatter/BookmarkRawFormatterTest.php [new file with mode: 0644]
tests/formatter/FormatterFactoryTest.php [new file with mode: 0644]
tests/legacy/LegacyDummyUpdater.php [new file with mode: 0644]
tests/legacy/LegacyLinkDBTest.php [moved from tests/bookmark/LinkDBTest.php with 87% similarity]
tests/legacy/LegacyLinkFilterTest.php [moved from tests/bookmark/LinkFilterTest.php with 64% similarity]
tests/legacy/LegacyUpdaterTest.php [new file with mode: 0644]
tests/netscape/BookmarkExportTest.php
tests/netscape/BookmarkImportTest.php
tests/plugins/PluginArchiveorgTest.php
tests/plugins/PluginIssoTest.php
tests/plugins/PluginMarkdownTest.php [deleted file]
tests/updater/DummyUpdater.php
tests/updater/UpdaterTest.php
tests/utils/FakeBookmarkService.php [new file with mode: 0644]
tests/utils/ReferenceHistory.php
tests/utils/ReferenceLinkDB.php
tests/utils/config/configJson.json.php