]> git.mxchange.org Git - friendica.git/commitdiff
Add more special chars at tests
authorPhilipp <admin@philipp.info>
Tue, 3 Jan 2023 22:58:55 +0000 (23:58 +0100)
committerPhilipp <admin@philipp.info>
Tue, 3 Jan 2023 23:25:17 +0000 (00:25 +0100)
tests/src/Core/Config/Cache/ConfigFileManagerTest.php

index 99049426bc47aafb2c62672535eaa311dadfc5c7..55dff2f4a9f45b3c71327b1e17d5ce98f1956728 100644 (file)
@@ -407,7 +407,7 @@ class ConfigFileManagerTest extends MockedTest
 
                $configFileLoader->setupCache($configCache);
 
-               $specialChars = '!"§$%&/()(/&%$\'><?$a,;:[]}{}\\';
+               $specialChars = '!"§$%&/()(/&%$\'><?$a,;:[]}{}\\?¿¿ß';
 
                // overwrite some data and save it back to the config file
                $configCache->set('system', 'test', 'it', Cache::SOURCE_DATA);