Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Carsten Brandt 226f524da3
skip failing HHVM test
7 years ago
..
ar Remove unused imports. (#14096) 8 years ago
base Fixes #13058: Fixed caught exception thrown during view file rendering produces wrong output 7 years ago
behaviors Remove unused imports. (#14096) 8 years ago
caching `yii\caching\Cache::getOrSet()` now supports both `Closure` and `callable` 8 years ago
console make migrationPath accept an array 7 years ago
data Added support for sorting by expression to `\yii\data\Sort` 7 years ago
db fix cloning of DB connection for sqlite in-memory db 7 years ago
di Fixes #13848: `yii\di\Instance::ensure()` wasn't throwing an exception when `$type` is specified and `$reference` object isn't instance of `$type` 8 years ago
filters Fixes #4999: Added support for wildcards at `yii\filters\AccessRule::$controllers` 7 years ago
grid Do not render empty row in GridView when data is empty and emptyText set to false 7 years ago
helpers Add test coverage of yii\helpers\Html (#14220) 7 years ago
i18n fixed tests without assettions 8 years ago
log Fixes #14133: Fixed bug when calculating timings with mixed nested profile begin and end in `yii\log\Logger::calculateTimings()` 7 years ago
mail compatibility with PHPUnit 6.x added 8 years ago
mutex Remove unused imports. (#14096) 8 years ago
rbac skip failing HHVM test 7 years ago
requirements Used more specific unit test assertions in framework tests 8 years ago
rest Fixes #13350, #14094, #11288 7 years ago
test Fixes #5442: Fixed problem on load fixture dependencies with database related tests 7 years ago
validators Fixes #5108 `DateValidator` resets `$timestampAttribute` value on empty attribute (#14242) 7 years ago
web Fixes #13350, #14094, #11288 7 years ago
widgets Do not render empty row in GridView when data is empty and emptyText set to false 7 years ago
BaseYiiTest.php compatibility with PHPUnit 6.x added 8 years ago