]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Refactor front controller tests to create container mock using a trait
authorArthurHoaro <arthur@hoa.ro>
Wed, 20 May 2020 10:43:40 +0000 (12:43 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 23 Jul 2020 19:19:21 +0000 (21:19 +0200)
commitdd09ec52b20b4a548ecf5c847627575e506e3a50
treeb598b84727df2c604622b4db1dfee831dc7c5dca
parent5ec4708ced1cdca01eddd7e52377ab5e5f8b3290
Refactor front controller tests to create container mock using a trait
12 files changed:
tests/bootstrap.php
tests/container/ShaarliTestContainer.php [new file with mode: 0644]
tests/front/controller/DailyControllerTest.php
tests/front/controller/FeedControllerTest.php
tests/front/controller/FrontControllerMockHelper.php [new file with mode: 0644]
tests/front/controller/LoginControllerTest.php
tests/front/controller/LogoutControllerTest.php
tests/front/controller/OpenSearchControllerTest.php
tests/front/controller/PictureWallControllerTest.php
tests/front/controller/ShaarliControllerTest.php
tests/front/controller/TagCloudControllerTest.php
tests/front/controller/TagControllerTest.php