Formatting issues

This commit is contained in:
k-halaburda 2013-08-13 12:59:30 +02:00
parent a6efcae625
commit 50cf070727

View file

@ -7969,10 +7969,10 @@ class ModelReadTest extends BaseModelTest {
}
/**
* test after find callback on related model
*
* @return void
*/
* test after find callback on related model
*
* @return void
*/
public function testRelatedAfterFindCallback() {
$this->loadFixtures('ModelWithRelations', 'ModelRelated', 'ModelHabtmRelation');
$ModelWithRelations = new ModelWithRelations();