aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-07-27 19:04:56 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-07-27 19:41:42 +0200
commit29d2c6692205225546802d7f5425ef20258974c2 (patch)
tree884fd34b00f860cb3175e017a42fac490bf51d9f /phpBB
parent941be83395122a10e363e8708267233eae041728 (diff)
downloadforums-29d2c6692205225546802d7f5425ef20258974c2.tar
forums-29d2c6692205225546802d7f5425ef20258974c2.tar.gz
forums-29d2c6692205225546802d7f5425ef20258974c2.tar.bz2
forums-29d2c6692205225546802d7f5425ef20258974c2.tar.xz
forums-29d2c6692205225546802d7f5425ef20258974c2.zip
[ticket/14484] Move facebook webdriver to main composer.json
Also updated ui test case file to have same feature set as the 3.2.x version. PHPBB3-14484
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/composer.json1
-rw-r--r--phpBB/composer.lock48
2 files changed, 47 insertions, 2 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json
index 6b3a2c9918..d6245cf980 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -38,6 +38,7 @@
},
"require-dev": {
"fabpot/goutte": "1.0.*",
+ "facebook/webdriver": "~1.1",
"phing/phing": "2.4.*",
"phpunit/dbunit": "1.3.*",
"phpunit/phpunit": "4.1.*",
diff --git a/phpBB/composer.lock b/phpBB/composer.lock
index 5d6b1ba7a7..e195587956 100644
--- a/phpBB/composer.lock
+++ b/phpBB/composer.lock
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "33fa9de480a8a9c8f7e3f2926cd4c034",
- "content-hash": "2d9c1857e65554ceb4cfa435495df188",
+ "hash": "b947a331fff3c804e6c392afc34d00fa",
+ "content-hash": "29849b951e00868df661e632857969ac",
"packages": [
{
"name": "lusitanian/oauth",
@@ -864,6 +864,50 @@
"time": "2014-10-09 15:52:51"
},
{
+ "name": "facebook/webdriver",
+ "version": "1.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/facebook/php-webdriver.git",
+ "reference": "0b889d7de7461439f8a3bbcca46e0f696cb27986"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/0b889d7de7461439f8a3bbcca46e0f696cb27986",
+ "reference": "0b889d7de7461439f8a3bbcca46e0f696cb27986",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "php": ">=5.3.19"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.6.*"
+ },
+ "suggest": {
+ "phpdocumentor/phpdocumentor": "2.*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Facebook\\WebDriver\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "A PHP client for WebDriver",
+ "homepage": "https://github.com/facebook/php-webdriver",
+ "keywords": [
+ "facebook",
+ "php",
+ "selenium",
+ "webdriver"
+ ],
+ "time": "2016-06-04 00:02:34"
+ },
+ {
"name": "guzzle/common",
"version": "v3.9.2",
"target-dir": "Guzzle/Common",