mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 21:37:29 +00:00
Fix tests
This commit is contained in:
+1
-2
@@ -28,8 +28,7 @@
|
|||||||
"symfony/polyfill-ctype": "^1.8"
|
"symfony/polyfill-ctype": "^1.8"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/phpunit-bridge": "^4.4@dev|^5.0",
|
"symfony/phpunit-bridge": "^4.4|^5.0",
|
||||||
"symfony/debug": "^3.4|^4.2",
|
|
||||||
"psr/container": "^1.0"
|
"psr/container": "^1.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
+1
-2
@@ -17,7 +17,6 @@ source output
|
|||||||
wget https://get.symfony.com/cli/installer -O - | bash
|
wget https://get.symfony.com/cli/installer -O - | bash
|
||||||
export PATH="$HOME/.symfony/bin:$PATH"
|
export PATH="$HOME/.symfony/bin:$PATH"
|
||||||
symfony server:start -d --no-tls
|
symfony server:start -d --no-tls
|
||||||
ENDPOINT=`symfony server:status -no-ansi | sed -E 's/^.+ http/http/'`
|
|
||||||
|
|
||||||
curl -OLsS https://get.blackfire.io/blackfire-player.phar
|
curl -OLsS https://get.blackfire.io/blackfire-player.phar
|
||||||
chmod +x blackfire-player.phar
|
chmod +x blackfire-player.phar
|
||||||
@@ -47,5 +46,5 @@ scenario
|
|||||||
click link('Structure')
|
click link('Structure')
|
||||||
expect status_code() == 200
|
expect status_code() == 200
|
||||||
EOF
|
EOF
|
||||||
./blackfire-player.phar run drupal-tests.bkf --endpoint=$ENDPOINT --variable name=$DRUPAL_Username --variable pass=$DRUPAL_Password
|
./blackfire-player.phar run drupal-tests.bkf --endpoint=`symfony var:export SYMFONY_DEFAULT_ROUTE_URL` --variable name=$DRUPAL_Username --variable pass=$DRUPAL_Password
|
||||||
symfony server:stop
|
symfony server:stop
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
<php>
|
<php>
|
||||||
<ini name="error_reporting" value="-1" />
|
<ini name="error_reporting" value="-1" />
|
||||||
<ini name="xdebug.overload_var_dump" value="0" />
|
<ini name="xdebug.overload_var_dump" value="0" />
|
||||||
|
<server name="SYMFONY_PHPUNIT_VERSION" value="7.5" />
|
||||||
</php>
|
</php>
|
||||||
|
|
||||||
<listeners>
|
<listeners>
|
||||||
|
|||||||
Reference in New Issue
Block a user