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 7aab23d435 Add `minWith()` and `maxWith()`. Fix ZTS build. Update stubs. 2018-08-15 22:37:37 +08:00
..
000-loaded.phpt Add .travis.yml. Add tests. 2018-03-23 17:29:34 +08:00
001-pair.phpt Add new methods 2018-03-24 12:22:00 +08:00
002-init.phpt Add new methods 2018-03-24 12:22:00 +08:00
003-add-all.phpt Add new methods 2018-03-24 12:22:00 +08:00
004-all-any-none.phpt Add `min()`, `max()`, `none()`, `keys()`, `values()`. 2018-04-24 17:22:43 +08:00
005-associate.phpt Add `Collection::flatMap()` and `Collection::flatMapTo()`. Fix bugs. 2018-04-16 20:58:38 +08:00
006-associate-by.phpt Add `Collection::flatMap()` and `Collection::flatMapTo()`. Fix bugs. 2018-04-16 20:58:38 +08:00
007-average.phpt Add `average()` and `containsAll()`. Update README. 2018-03-28 13:02:51 +08:00
008-contains-all.phpt Add `average()` and `containsAll()`. Update README. 2018-03-28 13:02:51 +08:00
009-contains-key-value.phpt Add new methods. Update stub. 2018-03-29 12:33:39 +08:00
010-copy-of.phpt Add new methods. Update stub. 2018-03-29 12:33:39 +08:00
011-copy-of-range.phpt Add `taken()` and `takeLast()`. Fix `addAll()`. Check for packed array. 2018-05-26 19:02:32 +08:00
012-countable.phpt Implement ArrayAccess. Fix config.m4, .travis.yml. Update stubs. 2018-03-31 12:02:13 +08:00
013-array-access.phpt Implement ArrayAccess. Fix config.m4, .travis.yml. Update stubs. 2018-03-31 12:02:13 +08:00
014-drop.phpt PHP 7.2+ compatibility. Add `drop()` and `dropLast()`. 2018-04-11 15:16:20 +08:00
015-drop-while.phpt More tolerant predicate. Add `dropWhile()` and `dropLastWhile()`. 2018-04-11 21:26:51 +08:00
016-fill.phpt Add `fill()`. Now `init()` performs a hard copy on source array. 2018-04-12 15:24:53 +08:00
017-filter.phpt Add `taken()` and `takeLast()`. Fix `addAll()`. Check for packed array. 2018-05-26 19:02:32 +08:00
018-first-last.phpt Add `Collection::first()` and `Collection::last()`. Update code structure. 2018-04-15 11:22:10 +08:00
019-flat-map.phpt Add `Collection::flatMap()` and `Collection::flatMapTo()`. Fix bugs. 2018-04-16 20:58:38 +08:00
020-to-collection.phpt Add `toPairs()` and `toCollection()`. 2018-04-20 20:59:21 +08:00
021-to-pairs.phpt Add `toPairs()` and `toCollection()`. 2018-04-20 20:59:21 +08:00
022-flatten.phpt Fix test file name typo. Update readme. 2018-04-22 23:06:49 +08:00
023-min-max.phpt Add `min()`, `max()`, `none()`, `keys()`, `values()`. 2018-04-24 17:22:43 +08:00
024-keys-values.phpt Add `single()`, `isEmpty()`, `isNotEmpty()`, `get()`, `set()`. Some other updates. 2018-04-26 21:52:31 +08:00
025-single.phpt Add `single()`, `isEmpty()`, `isNotEmpty()`, `get()`, `set()`. Some other updates. 2018-04-26 21:52:31 +08:00
026-is-empty.phpt Add `single()`, `isEmpty()`, `isNotEmpty()`, `get()`, `set()`. Some other updates. 2018-04-26 21:52:31 +08:00
027-get-set-remove.phpt Add remove(), removeAll() and retainAll(). Fix readme. 2018-05-05 18:29:14 +08:00
028-min-max-by.phpt Add `maxBy()`, `minBy()`. Remove ZTS relevant code. 2018-05-01 17:35:19 +08:00
029-remove-retain-all.phpt Add remove(), removeAll() and retainAll(). Fix readme. 2018-05-05 18:29:14 +08:00
030-foreach-oneach.phpt Add `onEach()` and `forEach()`. Remove `orEmpty()`. 2018-05-09 21:00:18 +08:00
031-partition.phpt Add `taken()` and `takeLast()`. Fix `addAll()`. Check for packed array. 2018-05-26 19:02:32 +08:00
032-reverse-reversed.phpt Add `reverse()` and `reversed()`. 2018-05-14 16:20:07 +08:00
033-take.phpt Add `taken()` and `takeLast()`. Fix `addAll()`. Check for packed array. 2018-05-26 19:02:32 +08:00
034-take-while.phpt Add `takeWhile()` and `takeLastWhile()`. 2018-06-03 19:18:40 +08:00
035-index-of.phpt Add `indexOf()`, `lastIndexOf()`, `indexOfFirst()` and `indexOfLast()`. 2018-07-15 00:11:02 +08:00
036-slice.phpt Add `slice()`. 2018-07-23 00:23:46 +08:00
037-map.phpt Add `map()` and `mapTo()`. Remove several methods due to redundancy. 2018-07-24 01:24:00 +08:00
038-put-all.phpt Add `putAll()`. 2018-07-30 01:53:05 +08:00
039-reduce.phpt Add `reduce()` and `reduceRight()`. Update signatures. Fix bugs. Update README. 2018-08-08 00:43:09 +08:00
040-packed.phpt Add `packed()`. Fix bug for `reduce()`. 2018-08-08 01:34:09 +08:00
041-fold.phpt Add `fold()` and `foldRight()`. Fix memory leak bug. 2018-08-12 02:26:46 +08:00
042-shuffle-shuffled.phpt fix test 2018-08-14 00:00:22 +08:00
043-min-max-with.phpt Add `minWith()` and `maxWith()`. Fix ZTS build. Update stubs. 2018-08-15 22:37:37 +08:00