Skip to content

Set::map() not covered by tests #19

@jfredon

Description

@jfredon

The tests do not cover the Set::map() method which seems to have been added in version 1.2.7 of php-ds/ext-ds.
The Set\map trait has however been created long time ago but the inclusion in the SetTest class has been forgotten.

This oversight has probably caused the lack of implementation of Set::map() in php-ds/polyfill project.

IDEs using polyfill via project dependencies (composer require php-ds/php-ds) therefore indicate an error when using the map method on a Set.

set_map

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions