From cf81672d84882d206fe59660310d2d8f9809b82f Mon Sep 17 00:00:00 2001 From: Private Maker Date: Fri, 22 Sep 2023 10:13:14 +0000 Subject: [PATCH] update word core -> server in Unit Testing page Signed-off-by: Private Maker --- developer_manual/server/unit-testing.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/developer_manual/server/unit-testing.rst b/developer_manual/server/unit-testing.rst index 878970945..61231cc53 100644 --- a/developer_manual/server/unit-testing.rst +++ b/developer_manual/server/unit-testing.rst @@ -97,9 +97,9 @@ adjust your php.ini and file rights. su -c "chmod a+rx data/" su -c "chmod a+w data/nextcloud.log" -Running unit tests for the Nextcloud core project -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The core project provides core unit tests using different database backends like sqlite, mysql, pgsql, oci (for Oracle). +Running unit tests for the Nextcloud server project +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The server project provides server unit tests using different database backends like sqlite, mysql, pgsql, oci (for Oracle). Every database to test needs to accessible either - natively, setup with @@ -133,10 +133,10 @@ Further reading - https://www.youtube.com/watch?v=4E4672CS58Q&feature=bf_prev&list=PLBDAB2BA83BB6588E - Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin) -JavaScript unit testing for core --------------------------------- +JavaScript unit testing for server +---------------------------------- -JavaScript Unit testing for **core** and **core apps** is done using the `Karma `_ test runner with `Jasmine `_. +JavaScript Unit testing for **server** and **server apps** is done using the `Karma `_ test runner with `Jasmine `_. Installing Node JS ^^^^^^^^^^^^^^^^^^