Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-01-04 14:02:50 +0300
committerbrantje <brantje@gmail.com>2017-01-04 14:02:50 +0300
commit581695dd2703cb6bd21b5e2588ba5e009bfa5a37 (patch)
tree434900f68e489942b34ce97674768db8f5e9724f /tests
parentac3db472325b8f3af802e17298c50a1697671e6e (diff)
Fix for coversDefaultClass
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/controller/FileControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controller/FileControllerTest.php b/tests/unit/controller/FileControllerTest.php
index dc68536d..9e426c5c 100644
--- a/tests/unit/controller/FileControllerTest.php
+++ b/tests/unit/controller/FileControllerTest.php
@@ -41,7 +41,7 @@ use OCP\AppFramework\Http\JSONResponse;
* Class InternalControllerTest
*
* @package OCA\Passman\Controller
- * @coversDefaultClass \OCA\Passman\Controller\ShareController
+ * @coversDefaultClass \OCA\Passman\Controller\FileController
*/
class FileControllerTest extends PHPUnit_Framework_TestCase {