Corey Taylor
|
f553816bd7
Updated Collection::sumOf() unit test
|
6 years ago |
Corey Taylor
|
442245710b
Removed incorrect 'int' return type from CollectionTrait::sumOf()
|
6 years ago |
Mark Story
|
cd81e8f6f9
Merge remote-tracking branch 'origin/3.next' into 4.x
|
6 years ago |
Mark Story
|
2e8b391598
Add tests for skip() overflow.
|
6 years ago |
mscherer
|
15f02f9450
Cleaner asserting for strict typehinting, lots of false positives fixed.
|
7 years ago |
ADmad
|
cf569b9c15
Fix CS error.
|
7 years ago |
mscherer
|
c84208bb07
Fix classes to standalone class files.
|
7 years ago |
Mark Story
|
2ad89459d3
Fix PHPCS errors.
|
7 years ago |
Mark Story
|
d2c9459cd7
Merge branch '3.next' into 4.x
|
7 years ago |
Mark Story
|
3f469642e7
Merge branch 'master' into 3.next
|
7 years ago |
David Yell
|
46b3688c3f
Added test cases with collections of entities
|
7 years ago |
David Yell
|
ea0990a6de
Changed duplicate collection test to better reflect it's method name
|
7 years ago |
ADmad
|
4f7ef14e9e
Merge branch '3.next' into 4.x
|
7 years ago |
Mark Story
|
fb90516537
Merge pull request #12541 from cakephp/collection-lazy
|
7 years ago |
ADmad
|
5dccb330be
Merge branch '3.next' into 4.x
|
7 years ago |
Marc Würth
|
1c797592dd
Reword test case short description
|
7 years ago |
Marc Würth
|
ee0d550b9a
Fix typo
|
7 years ago |
Marc Würth
|
d047b7a48f
Do not calculate range twice
|
7 years ago |
Marc Würth
|
984d070a77
Reword exception message and assert it in test
|
7 years ago |
Marc Würth
|
de941f5a16
Add missing parameter annotations
|
7 years ago |
Marc Würth
|
536326c61f
LastN not LasN
|
7 years ago |
Marc Würth
|
db62509511
Add coverage annotation to improve the meaningfulness of the coverage
|
7 years ago |
Jose Lorenzo Rodriguez
|
3ae0921a9f
Added a collection lazy() method
|
7 years ago |
Jose Lorenzo Rodriguez
|
cc1372d663
Rename to takeLast
|
7 years ago |
Jose Lorenzo Rodriguez
|
479f87e1e0
Fixed code for lastN when passing a countable
|
7 years ago |
ADmad
|
f2525fc6b9
Remove unneeded assertion.
|
7 years ago |
Jose Lorenzo Rodriguez
|
56b90b2e75
Implemented a new lastN() method in Collection
|
7 years ago |
ADmad
|
0cc1e18171
Merge branch '3.next' into 4.x
|
7 years ago |
sohelrana820
|
3d1c2801f1
Fixed return value type in methods
|
7 years ago |
ADmad
|
844b24c360
Use "iterable" type hint and is_iterable() check.
|
7 years ago |