diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2024-02-05 23:18:47 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2024-02-07 12:24:57 -0100 |
commit | 7891c052244e561b42fc865d7636db8bd896184f (patch) | |
tree | 79b938778ffa9fe27db718f1d98223807920ee24 /tests | |
parent | ed3a1e753853fd4ec8d4187ca8af70e613c07487 (diff) | |
download | nextcloud-server-7891c052244e561b42fc865d7636db8bd896184f.tar.gz nextcloud-server-7891c052244e561b42fc865d7636db8bd896184f.zip |
moving previous test
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/AppConfigDeprecatedTest.php (renamed from tests/lib/AppConfigTest.php) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/AppConfigTest.php b/tests/lib/AppConfigDeprecatedTest.php index a4d4119ba96..a622f8c1ef1 100644 --- a/tests/lib/AppConfigTest.php +++ b/tests/lib/AppConfigDeprecatedTest.php @@ -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; |