mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
moving previous test
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
ed3a1e7538
commit
7891c05224
1 changed files with 2 additions and 1 deletions
|
|
@ -19,9 +19,10 @@ use Psr\Log\LoggerInterface;
|
|||
*
|
||||
* @group DB
|
||||
*
|
||||
* @deprecated since 29.0.0 @see AppConfigTest
|
||||
* @package Test
|
||||
*/
|
||||
class AppConfigTest extends TestCase {
|
||||
class AppConfigDeprecatedTest extends TestCase {
|
||||
/** @var \OCP\IAppConfig */
|
||||
protected $appConfig;
|
||||
|
||||
Loading…
Reference in a new issue