Skip to content

Commit

Permalink
[Testing] Remove AbstractRectorTestCase::yieldFilePathsFromDirectory (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 2, 2022
1 parent 6fa3ade commit bfa8e98
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/Testing/PHPUnit/AbstractRectorTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@ protected function yieldFilesFromDirectory(string $directory, string $suffix = '
return FixtureFileFinder::yieldDirectory($directory, $suffix);
}

/**
* @api
* @deprecated BC alias for yieldFilesFromDirectory()
*/
protected function yieldFilePathsFromDirectory(string $directory, string $suffix = '*.php.inc'): Iterator
{
return $this->yieldFilesFromDirectory($directory, $suffix);
}

protected function isWindows(): bool
{
return strncasecmp(PHP_OS, 'WIN', 3) === 0;
Expand Down

0 comments on commit bfa8e98

Please sign in to comment.