ADmad
|
b9653ca8cc
Allow preserving keys when using Collection::groupBy().
|
1 year ago |
Adam Halfar
|
cb1bc28429
Fix coding standard and missed tests
|
1 year ago |
Kevin Pfeifer
|
c8a0f47352
partially unmockify the testsuite in cache, collection and console tests
|
1 year ago |
Adam Halfar
|
8a993b1834
Merge branch '5.next' into Rector_UP_TO_PHP_81
|
1 year ago |
Adam Halfar
|
2142cc2332
Add changes from rector rule AddClosureVoidReturnTypeWhereNoReturnRector
|
1 year ago |
Adam Halfar
|
6f5c9df2da
Rector fixes from rule set LevelSetList::UP_TO_PHP_81
|
1 year ago |
Corey Taylor
|
a38010c9e6
Convert test annotations to attributes.
|
1 year ago |
Mark Scherer
|
9f1435a66a
Allow groupBy to work with enums. (#17574)
|
2 years ago |
Kevin Pfeifer
|
b81242b1ad
Apply suggestions from code review
|
2 years ago |
Kevin Pfeifer
|
4bfcc97c8b
prevent CollectionTrait::combine keypath being used with non-backed enums
|
2 years ago |
Kevin Pfeifer
|
e75fd6c734
fix CollectionTrait::combine not working with BackedEnums in keyfield
|
2 years ago |
Kevin Pfeifer
|
2f5451f627
Merge branch '4.next' into 5.x-merge
|
2 years ago |
Corey Taylor
|
cfc5bf42fd
Throw exception on invalid invalid key for Collection::combine()
|
2 years ago |
Kevin Pfeifer
|
1e4c595456
5.x: Convert `addMethods()` to anonymous or test classes or Mockery (#17246)
|
2 years ago |
othercorey
|
251901418b
Merge pull request #17215 from cakephp/collection-unique
|
2 years ago |
Corey Taylor
|
4d44a1c823
Add CollectionInterface::unique()
|
2 years ago |
Corey Taylor
|
cc7c4f0a65
Allow CollectionInterface::reject() default callback
|
2 years ago |
Kevin Pfeifer
|
22491b5118
phpunit 10: static data providers part 1
|
3 years ago |
Mark Story
|
c63af43e9f
Merge remote-tracking branch 'origin/4.next' into 5.x
|
3 years ago |
ADmad
|
c88cee8c34
Namespace all functions.
|
3 years ago |
ADmad
|
b4d4d00786
Remove unused variables.
|
3 years ago |
Sheldon Reiff
|
a043f52e40
Prevent exception in debugInfo from causing fatal error
|
3 years ago |
Corey Taylor
|
5a77162a44
Add use statements for all fully qualified classes
|
4 years ago |
Corey Taylor
|
7fa274376c
Fix php 8.1 iterator return type errors
|
4 years ago |
Corey Taylor
|
27b1080860
Add native return types in tests/
|
4 years ago |
Corey Taylor
|
30dab5436d
Fix return typehints in tests
|
4 years ago |
Corey Taylor
|
3f742d563e
Fix tests param typehints
|
4 years ago |
Corey Taylor
|
ef77883a46
Update exception message for groupBy() and indexBy() missing path
|
5 years ago |
Mark Story
|
ca450e38d0
Fix BufferedIterator not yielding full results
|
5 years ago |
Corey Taylor
|
a58799dd57
Document avg() and median() with 0 rows and null values
|
5 years ago |