once() : $this->never(); $context = $this->createMock(ExecutionContextInterface::class); $context->expects($expected) ->method('buildViolation'); return $context; } }