]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Convert legacy PHPUnit @expected* to new ->expect* 1572/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 27 Sep 2020 12:07:08 +0000 (14:07 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sun, 27 Sep 2020 12:09:55 +0000 (14:09 +0200)
commitb1baca99f280570d0336b4d71ad1f9dca213a35b
tree518de2057da549d0baa982c6aa689aa813377774
parent8f60e1206e45e67c96a7630d4ff94e72fe875f09
Convert legacy PHPUnit @expected* to new ->expect*

Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
22 files changed:
composer.json
tests/ApplicationUtilsTest.php
tests/FileUtilsTest.php
tests/HistoryTest.php
tests/api/ApiUtilsTest.php
tests/api/controllers/links/DeleteLinkTest.php
tests/api/controllers/links/GetLinkIdTest.php
tests/api/controllers/links/PutLinkTest.php
tests/api/controllers/tags/DeleteTagTest.php
tests/api/controllers/tags/GetTagNameTest.php
tests/api/controllers/tags/PutTagTest.php
tests/bookmark/BookmarkArrayTest.php
tests/bookmark/BookmarkFileServiceTest.php
tests/bookmark/BookmarkFilterTest.php
tests/config/ConfigJsonTest.php
tests/config/ConfigManagerTest.php
tests/config/ConfigPluginTest.php
tests/legacy/LegacyLinkDBTest.php
tests/legacy/LegacyLinkFilterTest.php
tests/legacy/LegacyUpdaterTest.php
tests/netscape/BookmarkExportTest.php
tests/updater/UpdaterTest.php