Skip to content

Commit 84bac4a

Browse files
[TASK] Remove default method provideConfigFilePath (#32)
* [TASK] Remove default method provideConfigFilePath Relates: rectorphp/rector#6415 * [TASK] Implement method provideConfigFilePath
1 parent bdaa8e0 commit 84bac4a

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

packages/Testing/PHPUnit/AbstractRectorTestCase.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ protected function setUp(): void
7373
$configuration->setIsDryRun(true);
7474
}
7575

76-
public function provideConfigFilePath(): string
77-
{
78-
// must be implemented
79-
return '';
80-
}
81-
8276
/**
8377
* @return Iterator<SmartFileInfo>
8478
*/

tests/DependencyInjection/ConfigurableRectorImportConfigCallsMergeTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,9 @@ public function provideData(): Iterator
117117
],
118118
];
119119
}
120+
121+
public function provideConfigFilePath(): string
122+
{
123+
return '';
124+
}
120125
}

0 commit comments

Comments
 (0)