This repository has been archived on 2020-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
ext-collections/tests
CismonX cbc03da7fb Add `zip()`. 2019-01-18 21:37:42 +08:00
..
000-loaded.phpt Refactor code. 2018-09-03 20:07:08 +08:00
001-pair.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
002-init.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
003-add-all.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
004-all-any-none.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
005-associate.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
006-associate-by.phpt Fix bugs. 2018-09-06 00:00:15 +08:00
007-average.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
008-contains-all.phpt Add `containsAllKeys()` and `containsAllValues()`. 2018-09-03 21:54:14 +08:00
009-contains-key-value.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
010-copy-of.phpt Fix bugs. 2018-09-06 00:00:15 +08:00
011-copy-of-range.phpt Add `binarySearch()` and `binarySearchBy()`. Refactor code. 2018-09-12 13:42:13 +08:00
012-countable.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
013-array-access.phpt Fix bug for `ArrayAccess` implementation. 2018-08-31 01:27:19 +08:00
014-drop.phpt Fix bugs. Refactor code. 2018-09-06 11:33:41 +08:00
015-drop-while.phpt Fix bugs. Refactor code. 2018-09-06 11:33:41 +08:00
016-fill.phpt Add `binarySearch()` and `binarySearchBy()`. Refactor code. 2018-09-12 13:42:13 +08:00
017-filter.phpt Fix bugs. 2018-09-06 00:00:15 +08:00
018-first-last.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
019-flat-map.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
020-to-collection.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
021-to-pairs.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
022-flatten.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
023-min-max.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
024-keys-values.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
025-single.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
026-is-empty.phpt Fix test. 2018-09-05 18:47:03 +08:00
027-get-set-remove.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
028-min-max-by.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
029-remove-retain-while.phpt Add four methods. Refactor code. 2018-09-08 03:43:00 +08:00
030-foreach-oneach.phpt Update tests. 2018-08-31 01:53:37 +08:00
031-partition.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
032-reverse-reversed.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
033-take.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
034-take-while.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
035-index-of.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
036-slice.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
037-map.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
038-put-all-plus.phpt Add `plus()` and `union()`. Fix bug. 2018-09-04 22:11:12 +08:00
039-reduce.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
040-is-packed.phpt Add `minus()`. Remove `isNotEmpty()`. Fix bugs. 2018-09-05 18:44:16 +08:00
041-fold.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
042-shuffle-shuffled.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
043-min-max-with.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
044-sort-with-sorted-with.phpt Fix bug. Refactor test code. 2018-08-28 22:11:09 +08:00
045-sort-sorted.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
046-sort-by-sorted-by.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
047-distinct.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
048-distinct-by.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
049-array-object.phpt Fix bugs. Refactor code. Improve performance of `Pair`. 2018-08-31 01:04:46 +08:00
050-group-by.phpt Fix bugs. 2018-09-06 00:00:15 +08:00
051-intersect-keys.phpt Add `intersect()` and `intersectKeys()`. 2018-09-03 19:34:58 +08:00
052-union.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
053-minus.phpt Add `minus()`. Remove `isNotEmpty()`. Fix bugs. 2018-09-05 18:44:16 +08:00
054-sum-by.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
055-intersect-values-subtract.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
056-remove-retain-all.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
057-chunked.phpt Refactor code. Add signature for `binarySearchWith()`. 2018-09-12 13:50:26 +08:00
058-binary-search-by.phpt Refactor code. Fix test. 2018-09-15 22:34:25 +08:00
059-windowed.phpt Implement `windowed()`. 2018-10-22 20:14:33 +08:00
060-zip-with-next.phpt Implement `zipWithNext()`. 2018-11-09 11:57:37 +08:00
061-zip.phpt Add `zip()`. 2019-01-18 21:37:42 +08:00