Skip to content

Commit 7cd1d83

Browse files
committed
fix: Adjust data provider name
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 566741b commit 7cd1d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Core/Command/Config/App/SetConfigTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function setUp(): void {
4141
}
4242

4343

44-
public function setData() {
44+
public static function dataSet() {
4545
return [
4646
[
4747
'name',
@@ -63,7 +63,7 @@ public function setData() {
6363
}
6464

6565
/**
66-
* @dataProvider setData
66+
* @dataProvider dataSet
6767
*
6868
* @param string $configName
6969
* @param mixed $newValue

0 commit comments

Comments
 (0)