Skip to content

Unused exception classes #6007

@staabm

Description

@staabm

I was looking thru 6894018 with a focus on possibly unused code which maybe can be dropped with a major release.

I found these unused Exception classes, which maybe can be deleted?
I did not find references to these files in the codebase.


  • PHPUnit\Framework\MockObject\BadMethodCallException
  • PHPUnit\Framework\MockObject\ReflectionException
  • PHPUnit\Framework\MockObject\Generator\UnknownClassException
  • PHPUnit\Logging\Exception
  • PHPUnit\Metadata\ReflectionException
  • PHPUnit\Runner\NoIgnoredEventException
  • PHPUnit\Runner\ReflectionException
  • PHPUnit\TextUI\Configuration\ConfigurationCannotBeBuiltException
  • PHPUnit\TextUI\Configuration\IncludePathNotConfiguredException
  • PHPUnit\TextUI\Configuration\NoCliArgumentException
  • PHPUnit\TextUI\XmlConfiguration\MigrationBuilderException
  • PHPUnit\TextUI\ExtensionsNotConfiguredException
  • PHPUnit\TextUI\ReflectionException

Metadata

Metadata

Labels

type/refactoringA refactoring that should be applied to make the code easier to understand and maintain

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions