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 * test after find callback on related model
* *
* @return void * @return void
*/ */
public function testRelatedAfterFindCallback() { public function testRelatedAfterFindCallback() {
$this->loadFixtures('ModelWithRelations', 'ModelRelated', 'ModelHabtmRelation'); $this->loadFixtures('ModelWithRelations', 'ModelRelated', 'ModelHabtmRelation');
$ModelWithRelations = new ModelWithRelations(); $ModelWithRelations = new ModelWithRelations();