Skip to content

Releases: php-ds/tests

v2.0.0

12 Apr 02:09

Choose a tag to compare

Redesigned test suite for php-ds v2.

  • New test classes: SeqTest, HeapTest with trait-per-method organization
  • KeyObject replaces HashableObject (implements Ds\Key)
  • Updated MapTest, SetTest, PairTest for v2 API changes
  • Removed: VectorTest, DequeTest, StackTest, QueueTest, PriorityQueueTest
  • Removed: Sequence/ shared traits (inlined into Seq/)
  • Requires PHP >= 8.2, PHPUnit 11

v1.6.0

02 May 17:42

Choose a tag to compare

Full Changelog: v1.5.1...v1.6.0

v1.3.1

07 Oct 23:30
44df871

Choose a tag to compare

What's Changed

  • Test ArrayAccess interface by @BenMorel in #15
  • Bump min PHP to v7.2 in order to allow usage of PHP8 compatible PHPUnit by @simPod in #16
  • Introduce Xdebug 3 support by @simPod in #18

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

07 Oct 23:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.0

25 Jul 02:58

Choose a tag to compare

  • Added test for updated capacities.

v1.1.10

26 Apr 08:55

Choose a tag to compare

  • Added tests for implicit iterators