icecave / collections

A PHP collection library loosely inspired by the .NET runtime and the C++ STL. [DEPRECATED]
MIT License
70 stars 2 forks source link

Change set and map tests back to normal test suites. #72

Closed jmalloc closed 10 years ago

jmalloc commented 10 years ago

They currently use the ParameterizedTestCase from eloquent/phpunit-extensions, which is unnecessary as there is only one implementation of each.