diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-06-27 22:31:24 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-06-27 22:31:24 +0200 |
commit | 3d11286cbcc3cb35efe11f6e4a4ef5ac81620bda (patch) | |
tree | 09b4e0acbafa918ccd64cd8d504eece992ba7a89 /tests/TestBase.php | |
parent | 763d394436dc632bf18bff8876af22be9b44e9f4 (diff) | |
download | semanticscuttle-3d11286cbcc3cb35efe11f6e4a4ef5ac81620bda.tar.gz semanticscuttle-3d11286cbcc3cb35efe11f6e4a4ef5ac81620bda.tar.bz2 |
privatekey -> privateKey everywhere
Diffstat (limited to 'tests/TestBase.php')
-rw-r--r-- | tests/TestBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestBase.php b/tests/TestBase.php index 2180d2d..2914749 100644 --- a/tests/TestBase.php +++ b/tests/TestBase.php @@ -99,7 +99,7 @@ class TestBase extends PHPUnit_Framework_TestCase * @param string $password Password, may be null * @param mixed $privateKey String private key or boolean true to generate one * - * @return array ID of user, Name of user, password of user, privatekey + * @return array ID of user, Name of user, password of user, privateKey */ protected function addUserData( $username = null, $password = null, $privateKey = null |