mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
Formatting issues
This commit is contained in:
parent
a6efcae625
commit
50cf070727
1 changed files with 9 additions and 9 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue