Skip to content

Commit

Permalink
[TASK] Remove default method provideConfigFilePath
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed May 14, 2021
1 parent bdaa8e0 commit 6136b64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/Testing/PHPUnit/AbstractRectorTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ protected function setUp(): void
$configuration->setIsDryRun(true);
}

public function provideConfigFilePath(): string
{
// must be implemented
return '';
}

/**
* @return Iterator<SmartFileInfo>
*/
Expand Down

0 comments on commit 6136b64

Please sign in to comment.