mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
Fix tests
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
return []
|
||||
|
||||
--EXCEPTION--
|
||||
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Language "it" is not supported.") in "index.twig" at line 2.
|
||||
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Locale "it" is not supported.") in "index.twig" at line 2.
|
||||
@@ -7,4 +7,4 @@
|
||||
return []
|
||||
|
||||
--EXCEPTION--
|
||||
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Language "it" is not supported.") in "index.twig" at line 2.
|
||||
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Locale "it" is not supported.") in "index.twig" at line 2.
|
||||
@@ -9,6 +9,7 @@ rm -rf drupal-twig-test
|
||||
composer create-project --no-interaction drupal/recommended-project:10.1.x-dev drupal-twig-test
|
||||
cd drupal-twig-test
|
||||
(cd vendor/twig && rm -rf twig && ln -sf $REPO twig)
|
||||
composer dump-autoload
|
||||
php ./web/core/scripts/drupal install --no-interaction demo_umami > output
|
||||
perl -p -i -e 's/^([A-Za-z]+)\: (.+)$/export DRUPAL_\1=\2/' output
|
||||
source output
|
||||
|
||||
Reference in New Issue
Block a user