[Pkg-owncloud-commits] [owncloud-doc] 01/110: correct ownCloud capitalization

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit d9d3fd9db6dfc2f7ca70fa46318923160f77980a
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Mon Dec 8 19:51:43 2014 +0100

    correct ownCloud capitalization
    
    we also need to backport.
---
 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 3fb7b73..39a0736 100644
--- a/developer_manual/core/unit-testing.rst
+++ b/developer_manual/core/unit-testing.rst
@@ -29,7 +29,7 @@ To get started, do the following:
 
 Then you can simply run the created test with phpunit.
 
-.. note:: If you use owncloud functions in your class under test (i.e: OC::getUser()) you'll need to bootstrap owncloud or use dependency injection.
+.. note:: If you use ownCloud functions in your class under test (i.e: OC::getUser()) you'll need to bootstrap ownCloud or use dependency injection.
 
 .. note:: You'll most likely run your tests under a different user than the web server. This might cause problems with your PHP settings (i.e: open_basedir) and requires you to adjust your configuration.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list