Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 15:35:19 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 15:44:29 +0300
commit2f80025ec25dd3ce19c0664f07073399e9bf99e9 (patch)
tree9cb469bcf60bcb91c6462d8cd13834ad5d7a9482 /tests/acceptance/composer.json
parentf89c16f83e33a38bf9a906b990c661b69eddd1e5 (diff)
Move acceptance tests from build/acceptance to tests/acceptance
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance/composer.json')
-rw-r--r--tests/acceptance/composer.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/acceptance/composer.json b/tests/acceptance/composer.json
new file mode 100644
index 00000000000..87b6ba4a22c
--- /dev/null
+++ b/tests/acceptance/composer.json
@@ -0,0 +1,14 @@
+{
+ "require-dev": {
+ "behat/behat": "^3.0",
+ "behat/mink": "^1.5",
+ "behat/mink-extension": "*",
+ "behat/mink-selenium2-driver": "*",
+ "phpunit/phpunit": "~4.6"
+ },
+ "autoload": {
+ "psr-4": {
+ "": "features/core"
+ }
+ }
+}