Skip to content

Remove SearchGetters #11

@purencool

Description

@purencool

SearchGetters is primarily used for the purpose of exposing a number of protected methods in the underlying Search class as public for direct inspection during PHPUnit tests.

PHP has some more built-in functionality that allows you to “reflect” the properties and methods of a specified class, which essentially lets you examine, extract and manipulate those pieces of functionality (including their accessibility settings) without having to write a whole new accessor class.

Research examples that can be used for Unit Tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions