]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/render/PageCacheManagerTest.php
Process Shaarli install through Slim controller
[github/shaarli/Shaarli.git] / tests / render / PageCacheManagerTest.php
index b870e6eb4b314a80be742c86223d6bfb58838a19..c258f45f566cb12a321730fa6a9f71e112648181 100644 (file)
@@ -1,15 +1,14 @@
 <?php
+
 /**
  * Cache tests
  */
+
 namespace Shaarli\Render;
 
 use PHPUnit\Framework\TestCase;
 use Shaarli\Security\SessionManager;
 
-// required to access $_SESSION array
-session_start();
-
 /**
  * Unitary tests for cached pages
  */