Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c2e04 commit 623b320Copy full SHA for 623b320
1 file changed
tests/Database/DatabaseEloquentModelTest.php
@@ -917,7 +917,6 @@ public function testRelationshipTouchOwnersIsPropagated()
917
$mockPartnerModel->shouldReceive('touchOwners')->once();
918
$model->setRelation('partner', $mockPartnerModel);
919
920
-
921
$model->touchOwners();
922
}
923
@@ -932,10 +931,8 @@ public function testRelationshipTouchOwnersIsNotPropagatedIfNoRelationshipResult
932
931
$model->shouldReceive('partner')->once()->andReturn($relation);
933
$model->setTouchedRelations(['partner']);
934
935
936
$model->setRelation('partner', null);
937
938
939
940
941
0 commit comments