From 16c66ecac47a20ff48b7379ac03cedfe71f415c8 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 26 Jan 2013 03:44:48 +0100 Subject: [PATCH] added notice about running unittests in multiple app directories --- developer_manual/app/gettingstarted.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/developer_manual/app/gettingstarted.rst b/developer_manual/app/gettingstarted.rst index 8676ed4a6..a67b8b3b3 100644 --- a/developer_manual/app/gettingstarted.rst +++ b/developer_manual/app/gettingstarted.rst @@ -59,6 +59,8 @@ To enable your app, simply link it into the apps directory: or create a second apps directory in your :file:`/var/www/owncloud/config/config.php` (see :doc:`../core/configfile`) +.. note:: The classloader in the **tests/** directory assumes that the appframework folder is in the same directory as the yourapp. If you run your app in a different apps folder, you will need to link the appframework into the same folder where your app folder resides. + .. note:: Don't forget to enable your app and the appframework app on the apps settings page! Now change into your app directory::