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.
 
 
 
 
 
Jose Lorente 98759201ac Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 10 years ago
..
console/controllers Improved console controller tests 10 years ago
file Fixed lazy load of relations to `yii\mongodb\file\ActiveRecord` 10 years ago
ActiveDataProviderTest.php
ActiveRecordTest.php Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 10 years ago
ActiveRelationTest.php Fixed `yii\mongodb\ActiveRecord` unable to fetch 'hasMany' referred by array of `\MongoId` 10 years ago
CacheTest.php
CollectionTest.php
ConnectionTest.php Fixed `yii\mongodb\Collection` unable to fetch default database name from DSN with parameters 10 years ago
DatabaseTest.php
MongoDbTestCase.php
QueryRunTest.php `yii\mongodb\Query::select` now allows excluding fields 10 years ago
QueryTest.php
SessionTest.php