aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AllConfigTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AllConfigTest.php')
-rw-r--r--tests/lib/AllConfigTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/AllConfigTest.php b/tests/lib/AllConfigTest.php
index 6c3704bed3b..80a38d590f4 100644
--- a/tests/lib/AllConfigTest.php
+++ b/tests/lib/AllConfigTest.php
@@ -22,7 +22,7 @@ use OCP\PreConditionNotMetException;
use OCP\Server;
class AllConfigTest extends \Test\TestCase {
- /** @var \OCP\IDBConnection */
+ /** @var IDBConnection */
protected $connection;
protected function getConfig($systemConfig = null, $connection = null) {
@@ -159,9 +159,9 @@ class AllConfigTest extends \Test\TestCase {
}
/**
- * @dataProvider dataSetUserValueUnexpectedValue
* @param mixed $value
*/
+ #[\PHPUnit\Framework\Attributes\DataProvider('dataSetUserValueUnexpectedValue')]
public function testSetUserValueUnexpectedValue($value): void {
$this->expectException(\UnexpectedValueException::class);