forked from phpbb/phpbb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ticket/12962] Add facebook/webdriver dependency
Create a new composer.json for tests dir and add facebook/webdriver dependency PHPBB3-12962
- Loading branch information
1 parent
a1dff65
commit 77d5298
Showing
4 changed files
with
92 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ | |
/tests/phpbb_unit_tests.sqlite* | ||
/tests/test_config*.php | ||
/tests/tmp/* | ||
/tests/vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "phpbb/phpbb", | ||
"description": "phpBB Forum Software application", | ||
"type": "project", | ||
"keywords": ["phpbb", "forum"], | ||
"homepage": "https://www.phpbb.com", | ||
"license": "GPL-2.0", | ||
"authors": [ | ||
{ | ||
"name": "phpBB Limited", | ||
"email": "[email protected]", | ||
"homepage": "https://www.phpbb.com/go/authors" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://tracker.phpbb.com", | ||
"forum": "https://www.phpbb.com/community/", | ||
"wiki": "https://wiki.phpbb.com", | ||
"irc": "irc://irc.freenode.org/phpbb" | ||
}, | ||
"require-dev": { | ||
"facebook/webdriver": "dev-master" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters