Skip to content

Commit

Permalink
Cleanup test fixture (#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 10, 2023
1 parent 9fcc5ba commit f294e6d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 98 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
return static function (RectorConfig $rectorConfig): void {
$rectorConfig->ruleWithConfiguration(PseudoNamespaceToNamespaceRector::class, [
new PseudoNamespaceToNamespace('PHPUnit_', ['PHPUnit_Framework_MockObject_MockObject']),
new PseudoNamespaceToNamespace('ChangeMe_', ['KeepMe_']),
new PseudoNamespaceToNamespace(
'Rector_Tests_Renaming_Rector_FileWithoutNamespace_PseudoNamespaceToNamespaceRector_Fixture_'
),
Expand Down

0 comments on commit f294e6d

Please sign in to comment.