cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
chinpei215 b74774bb0c hasOne/belongsTo associations should contain associated records in afterFind
Before 1fe943d6f1,
afterFind() is called twice with belongsTo/hasOne associations.
Although $results also doesn't contain associated records on first time,
it contains them on second time.

After 1fe943d6f1,
it doesn't work if associated records are used in afterFind.
This commit fixes it.
2014-08-27 09:32:00 +09:00
..
Database Fix CS. 2014-08-25 16:54:12 +02:00
Session Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeSessionTest.php session bugfix 2014-08-26 17:47:45 +02:00
DataSourceTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
DboSourceTest.php hasOne/belongsTo associations should contain associated records in afterFind 2014-08-27 09:32:00 +09:00