1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/14484] Move facebook/webdriver back to tests dir composer.json

This will make sure we don't try to install it to incompatible PHP 5.3.3.

PHPBB3-14484
This commit is contained in:
Marc Alexander
2016-07-31 11:18:04 +02:00
parent 29d2c66922
commit ef132e1531
6 changed files with 87 additions and 47 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
#
# This file is part of the phpBB Forum Software package.
#
# @copyright (c) phpBB Limited <https://www.phpbb.com>
# @license GNU General Public License, version 2 (GPL-2.0)
#
# For full copyright and license information, please see
# the docs/CREDITS.txt file.
#
set -e
set -x
cd tests
php ../composer.phar install --dev --no-interaction --prefer-source
cd ..