]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/config/ConfigPhpTest.php
Run Unit Tests against PHP 7.4
[github/shaarli/Shaarli.git] / tests / config / ConfigPhpTest.php
index 67d878cee31cc88a61cf0cad4b92eb8d08e2b044..fb91b51ba6007e9c1452dea17fa6681076ff1bc1 100644 (file)
@@ -3,6 +3,10 @@ namespace Shaarli\Config;
 
 /**
  * Class ConfigPhpTest
+ *
+ * We run tests in separate processes due to the usage for $GLOBALS
+ * which are kept between tests.
+ * @runTestsInSeparateProcesses
  */
 class ConfigPhpTest extends \PHPUnit\Framework\TestCase
 {