This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
yii2
Watch
2
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2026-03-03 14:05:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
yii2
/
tests
/
framework
/
grid
History
Christina Reichel
c3b0b434d7
Fix
#20714
: Allow overriding the
yii\grid\GridView
's default
filterSelector
, allow using
Closure
s for
filterSelector
2026-01-29 21:28:52 +03:00
..
ActionColumnTest.php
Add void return to method in tests. (
#20602
)
2025-10-14 12:37:35 +03:00
CheckboxColumnTest.php
Add void return to method in tests. (
#20602
)
2025-10-14 12:37:35 +03:00
DataColumnTest.php
Fix codestyle in
tests
(
#20638
)
2025-10-27 10:56:00 +03:00
GridViewTest.php
Fix
#20714
: Allow overriding the
yii\grid\GridView
's default
filterSelector
, allow using
Closure
s for
filterSelector
2026-01-29 21:28:52 +03:00
RadiobuttonColumnTest.php
Use
::class
instead of
::className()
in tests. (
#20612
)
2025-10-14 19:26:35 +03:00
SerialColumnTest.php
Make test data providers static and declare array return types. (
#20621
)
2025-10-15 20:01:34 +03:00