]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/bootstrap.php
Refactor front controller tests to create container mock using a trait
[github/shaarli/Shaarli.git] / tests / bootstrap.php
index c80bcb33a3decdce2080479c65fa50fa6a3decaf..6bb345c20847b59f56f79aaf457a7e455c22d784 100644 (file)
@@ -21,3 +21,5 @@ require_once 'application/http/HttpUtils.php';
 require_once 'tests/utils/ReferenceLinkDB.php';
 require_once 'tests/utils/ReferenceHistory.php';
 require_once 'tests/utils/FakeBookmarkService.php';
+require_once 'tests/container/ShaarliTestContainer.php';
+require_once 'tests/front/controller/FrontControllerMockHelper.php';