marc-mabe / php-enum

Simple and fast implementation of enumerations with native PHP
BSD 3-Clause "New" or "Revised" License
464 stars 36 forks source link

EnumSet: added isEqual(), isSubset() and isSuperset() #64

Closed marc-mabe closed 8 years ago

marc-mabe commented 8 years ago

see #62 Add a couple of test methods

prolic commented 8 years ago

Looks good