Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 623b320

Browse files
committed
Remove extra newlines
1 parent 80c2e04 commit 623b320

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/Database/DatabaseEloquentModelTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,6 @@ public function testRelationshipTouchOwnersIsPropagated()
917917
$mockPartnerModel->shouldReceive('touchOwners')->once();
918918
$model->setRelation('partner', $mockPartnerModel);
919919

920-
921920
$model->touchOwners();
922921
}
923922

@@ -932,10 +931,8 @@ public function testRelationshipTouchOwnersIsNotPropagatedIfNoRelationshipResult
932931
$model->shouldReceive('partner')->once()->andReturn($relation);
933932
$model->setTouchedRelations(['partner']);
934933

935-
936934
$model->setRelation('partner', null);
937935

938-
939936
$model->touchOwners();
940937
}
941938

0 commit comments

Comments
 (0)