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
2018-04-20 20:59:21 +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.phpt Add associate(). Fix bug. 2018-03-25 15:26:07 +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 Implement copyOfRange() and count() 2018-03-30 19:06:39 +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 filterTo() and filterNotTo() 2018-04-14 14:03:47 +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
000-loaded.phpt Add .travis.yml. Add tests. 2018-03-23 17:29:34 +08:00