Skip to content

Commit 50b837e

Browse files
colinmollenhourtmotyl
authored andcommitted
Try updating PHPUnit dependencies. May require PHPUnit 8.
1 parent 2deb37d commit 50b837e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

dev/tests/functional/composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
],
1212
"require": {
1313
"magento/mtf": "1.0.0-rc64",
14-
"php": ">=5.4.0",
15-
"phpunit/phpunit": "4.1.0",
16-
"phpunit/phpunit-selenium": ">=1.2",
17-
"netwing/selenium-server-standalone": ">=2.35"
14+
"php": "~7.1.0||~7.2.0||~7.3.0",
15+
"phpunit/phpunit": "~6.5.0",
16+
"phpunit/phpunit-selenium": "~4.1.0",
17+
"php-webdriver/webdriver": "~1.8.2",
18+
"se/selenium-server-standalone": "2.53.1"
1819
},
1920
"autoload": {
2021
"psr-4": {

dev/travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case $TEST_SUITE in
2424
echo "Prepare functional tests for running"
2525
cd dev/tests/functional
2626

27-
composer install && composer require se/selenium-server-standalone:2.53.1
27+
composer install --no-interaction
2828
export DISPLAY=:1.0
2929
sh ./vendor/se/selenium-server-standalone/bin/selenium-server-standalone -port 4444 -host 127.0.0.1 \
3030
-Dwebdriver.firefox.bin=$(which firefox) -trustAllSSLCertificate &> ~/selenium.log &

0 commit comments

Comments
 (0)