Skip to content

Commit 0c1e088

Browse files
authored
Merge branch '5.3-dev' into ghactions
2 parents a3528df + 4b8e1ae commit 0c1e088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/System/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chown -R www-data /tests/www/$TEST_GROUP/
2222
# Required for media manager tests
2323
chmod -R 777 /tests/www/$TEST_GROUP/images
2424

25-
# Disable opcache in configuration.php, otherwise there are issues when the config is changed in a test like the SefPlugin.cy.js
25+
# Disable opcache for configuration.php, otherwise there are issues when the config is changed in a test
2626
echo "/tests/www/$TEST_GROUP/configuration.php" > /tmp/blacklist.ini
2727
echo "opcache.blacklist_filename=/tmp/blacklist.ini" >> /etc/php/*/apache2/conf.d/10-opcache.ini
2828

0 commit comments

Comments
 (0)