We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc084c4 commit 81d009fCopy full SHA for 81d009f
1 file changed
examples/joomla-defaults/README.md
@@ -43,6 +43,7 @@ lando exec appserver -- /bin/sh -c 'NO_COLOR=1 composer -V' | grep "Composer ver
43
44
# Should not include ANSI escape codes when output is redirected
45
lando composer --version > /tmp/composer-output.txt 2>&1 && ! grep -P '\x1b\[' /tmp/composer-output.txt
46
+
47
# Should use the correct default config files
48
lando exec appserver -- cat /usr/local/etc/php/conf.d/zzz-lando-my-custom.ini | grep "; LANDOJOOMLAPHPINI"
49
lando exec appserver -- curl -L http://localhost/info.php | grep max_execution_time | grep 91
0 commit comments