mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +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
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
* test after find callback on related model
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testRelatedAfterFindCallback() {
|
||||
$this->loadFixtures('ModelWithRelations', 'ModelRelated', 'ModelHabtmRelation');
|
||||
$ModelWithRelations = new ModelWithRelations();
|
||||
|
|
Loading…
Reference in a new issue