cakephp2-php8/lib/Cake/Test
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
..
bake_compare/Controller Updated bake templates to use CakeRequest::allowMethod() 2014-02-10 17:56:57 +05:30
Case hasOne/belongsTo associations should contain associated records in afterFind 2014-08-27 09:32:00 +09:00
Fixture Update TagFixture.php 2014-08-26 14:53:31 +01:00
test_app Fix an infinite recursion caused by missing plugin 2014-07-09 15:55:41 +09:00