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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-08-22 21:37:55 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-08-22 21:37:55 +0300
commit455a4049136a0bf52d23eeee6132d0dcf539d810 (patch)
tree81bd996aef9dd64fef0b04a031b1c7c36d0a17de /tests
parent987c8b8fca57364ceacecb42038ba3991dba2a8f (diff)
Disable original gallery before running tests
[ci skip]
Diffstat (limited to 'tests')
-rw-r--r--tests/README.MD3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/README.MD b/tests/README.MD
index 105078dc..c5631dce 100644
--- a/tests/README.MD
+++ b/tests/README.MD
@@ -7,6 +7,7 @@ Read more about automated testing in [the wiki](https://github.com/owncloud/gall
* `core` cloned via git
* `core` submodule initialised
* `core` has to be installed
+* **Disable gallery** `sudo -u<myuser> ./occ app:disable gallery`
* composer installed (see below)
## PHP
@@ -47,7 +48,7 @@ Test your installation using the following command:
`# php vendor/bin/codecept -- version`
-*Note: The binary is located in a different location*
+*Note: The binary is located in a different location than if you're using the phar*
And remember to not push your `vendor` folder if submitting pull requests.