mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-12 22:46:08 +08:00
Class names in comments
This commit is contained in:
parent
bc66cb6310
commit
d84516fa84
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ use OCA\Passman\BackgroundJob\ExpireCredentials;
|
||||||
use OCP\IConfig;
|
use OCP\IConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ExpireActivitiesTest
|
* Class ExpireCredentialsTest
|
||||||
*
|
*
|
||||||
* @group DB
|
* @group DB
|
||||||
* @package OCA\Passman\Tests\BackgroundJob
|
* @package OCA\Passman\Tests\BackgroundJob
|
||||||
|
|
|
@ -30,7 +30,7 @@ use PHPUnit_Framework_TestCase;
|
||||||
use OCA\Passman\Service\SettingsService;
|
use OCA\Passman\Service\SettingsService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class PageControllerTest
|
* Class SettingsServiceTest
|
||||||
*
|
*
|
||||||
* @package OCA\Passman\Controller
|
* @package OCA\Passman\Controller
|
||||||
* @coversDefaultClass \OCA\Passman\Service\SettingsService
|
* @coversDefaultClass \OCA\Passman\Service\SettingsService
|
||||||
|
|
Loading…
Add table
Reference in a new issue