Skip to content

Commit 4b8024d

Browse files
committed
php/composer.phar.sh
1 parent eaafec4 commit 4b8024d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

lang/php/composer/composer.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
composer.json
2+
{
3+
"require-dev": {
4+
"phpunit/phpunit": "4.6.*",
5+
"phpunit/php-invoker": "*",
6+
"phpunit/dbunit": ">=1.2",
7+
"phpunit/phpunit-selenium": ">=1.2"
8+
}
9+
}
File renamed without changes.

test/selenium.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
wget http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar
2+
#java -jar selenium-server-standalone-2.45.0.jar

0 commit comments

Comments
 (0)