summaryrefslogtreecommitdiffstats
path: root/tests/lib/errorHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/errorHandler.php')
-rw-r--r--tests/lib/errorHandler.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/errorHandler.php b/tests/lib/errorHandler.php
index 68b87deccb6..32396eafbea 100644
--- a/tests/lib/errorHandler.php
+++ b/tests/lib/errorHandler.php
@@ -56,6 +56,10 @@ class Test_ErrorHandler extends \PHPUnit_Framework_TestCase {
* @brief dummy class to access protected methods of \OC\Log\ErrorHandler
*/
class TestableErrorHandler extends \OC\Log\ErrorHandler {
+
+ /**
+ * @param string $msg
+ */
public static function testRemovePassword($msg) {
return self::removePassword($msg);
}