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:
authorPhil Davis <phil.davis@inf.org>2017-01-06 17:24:22 +0300
committerPhil Davis <phil.davis@inf.org>2017-01-06 17:24:22 +0300
commitd84516fa84d134efcccc3d3398ceac1c20a2f784 (patch)
tree435277957f322a7b9bd13daa601a7adb0a365af9 /tests
parentbc66cb63105bdaed7ac1713ed7003cb66c9df796 (diff)
Class names in comments
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/lib/BackgroundJob/ExpireCredentialsTest.php2
-rw-r--r--tests/unit/lib/Service/SettingsServiceTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/lib/BackgroundJob/ExpireCredentialsTest.php b/tests/unit/lib/BackgroundJob/ExpireCredentialsTest.php
index fcafd5a8..a6d193dd 100644
--- a/tests/unit/lib/BackgroundJob/ExpireCredentialsTest.php
+++ b/tests/unit/lib/BackgroundJob/ExpireCredentialsTest.php
@@ -28,7 +28,7 @@ use OCA\Passman\BackgroundJob\ExpireCredentials;
use OCP\IConfig;
/**
- * Class ExpireActivitiesTest
+ * Class ExpireCredentialsTest
*
* @group DB
* @package OCA\Passman\Tests\BackgroundJob
diff --git a/tests/unit/lib/Service/SettingsServiceTest.php b/tests/unit/lib/Service/SettingsServiceTest.php
index d3d3d1d3..f94bb0fb 100644
--- a/tests/unit/lib/Service/SettingsServiceTest.php
+++ b/tests/unit/lib/Service/SettingsServiceTest.php
@@ -30,7 +30,7 @@ use PHPUnit_Framework_TestCase;
use OCA\Passman\Service\SettingsService;
/**
- * Class PageControllerTest
+ * Class SettingsServiceTest
*
* @package OCA\Passman\Controller
* @coversDefaultClass \OCA\Passman\Service\SettingsService