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-06 07:24:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
514b29d55d6705fd2ff26186fd1e9a9f2727901d
yii2
/
tests
/
framework
/
data
History
Sam Mousa
ae7378974e
Fixes
#13376
: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination
2017-04-01 18:27:27 +03:00
..
ActiveDataProviderTest.php
Used more specific unit test assertions in framework tests
2017-03-14 09:45:31 +03:00
ArrayDataProviderTest.php
Fixed code style and indentations
2016-05-03 14:51:25 +03:00
BaseDataProviderTest.php
Fixes
#13376
: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination
2017-04-01 18:27:27 +03:00
PaginationTest.php
Fixes
#12055
: Changed
boolean
to
bool
and
integer
to
int
in phpdoc
2016-11-07 02:51:39 +03:00
SortTest.php
Used more specific unit test assertions in framework tests
2017-03-14 09:45:31 +03:00
SqlDataProviderTest.php
Fixes
#13883
:
\yii\data\SqlDataProvider
now provides automatic fallback for the case when
totalCount
is not specified
2017-04-01 16:37:25 +03:00