Skip to content

Commit

Permalink
Skip excluding extension classes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 13, 2025
1 parent 760a0f8 commit e8b18ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
'vendor/symfony/deprecation-contracts/function.php',
'stubs/PHPUnit/PHPUnit_Framework_TestCase.php',

// keep class references
'src/Enum/SymfonyExtensionClass.php',

// uses native PHPUnit TestCase class in the project
'src/Testing/PHPUnitMocker.php',
'src/Testing/MockWire.php',
Expand Down

0 comments on commit e8b18ca

Please sign in to comment.