mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 03:57:21 +00:00
Fix the drupal testing script
This commit is contained in:
committed by
GitHub
parent
fba01bfba2
commit
f3b8c01262
@@ -15,7 +15,7 @@ source output
|
||||
#echo '$config["system.logging"]["error_level"] = "verbose";' >> web/sites/default/settings.php
|
||||
|
||||
wget https://get.symfony.com/cli/installer -O - | bash
|
||||
export PATH="$HOME/.symfony/bin:$PATH"
|
||||
export PATH="$HOME/.symfony5/bin:$PATH"
|
||||
symfony server:start -d --no-tls
|
||||
|
||||
curl -OLsS https://get.blackfire.io/blackfire-player.phar
|
||||
|
||||
Reference in New Issue
Block a user