Releases: php-ds/tests
Releases · php-ds/tests
v2.0.0
Redesigned test suite for php-ds v2.
- New test classes:
SeqTest,HeapTestwith trait-per-method organization KeyObjectreplacesHashableObject(implementsDs\Key)- Updated
MapTest,SetTest,PairTestfor v2 API changes - Removed:
VectorTest,DequeTest,StackTest,QueueTest,PriorityQueueTest - Removed:
Sequence/shared traits (inlined intoSeq/) - Requires PHP >= 8.2, PHPUnit 11
v1.6.0
Full Changelog: v1.5.1...v1.6.0
v1.3.1
v1.3.0
What's Changed
- Add tests for 0.0/-0.0 in Map and Set by @rvanvelzen in #10
- Add tests for php-ds/polyfill#52 (Map->map() loses keys) by @Nebual in #11
- Fix expectPropertyDoesNotExistException test by @simPod in #12
- Mark testSumObjectCasting as incomplete by @simPod in #13
New Contributors
- @rvanvelzen made their first contribution in #10
- @Nebual made their first contribution in #11
Full Changelog: v1.2.2...v1.3.0
v1.2.0
- Added test for updated capacities.
v1.1.10
- Added tests for implicit iterators