From 3dcda6257a7489c032c46f1ebf0980d39d077b78 Mon Sep 17 00:00:00 2001 From: ChiefBrain Date: Sun, 10 Mar 2019 15:54:18 +0100 Subject: [PATCH] add expected database, user and password see https://github.com/nextcloud/server/issues/13803 --- developer_manual/core/unit-testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/core/unit-testing.rst b/developer_manual/core/unit-testing.rst index b13065a20..91bbc7880 100644 --- a/developer_manual/core/unit-testing.rst +++ b/developer_manual/core/unit-testing.rst @@ -117,7 +117,7 @@ adjust your php.ini and file rights. Running unit tests for the Nextcloud core project ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The core project provides a script that runs all the core unit tests using different database backends like sqlite, mysql, pgsql, oci (for Oracle):: +The core project provides a script that runs all the core unit tests using different database backends like sqlite, mysql, pgsql, oci (for Oracle). A database oc_testuser which can be accessed with user oc_testuser and password ownloud is expected:: ./autotest.sh