We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3528df + 4b8e1ae commit 0c1e088Copy full SHA for 0c1e088
tests/System/entrypoint.sh
@@ -22,7 +22,7 @@ chown -R www-data /tests/www/$TEST_GROUP/
22
# Required for media manager tests
23
chmod -R 777 /tests/www/$TEST_GROUP/images
24
25
-# Disable opcache in configuration.php, otherwise there are issues when the config is changed in a test like the SefPlugin.cy.js
+# Disable opcache for configuration.php, otherwise there are issues when the config is changed in a test
26
echo "/tests/www/$TEST_GROUP/configuration.php" > /tmp/blacklist.ini
27
echo "opcache.blacklist_filename=/tmp/blacklist.ini" >> /etc/php/*/apache2/conf.d/10-opcache.ini
28
0 commit comments