Skip to content
Snippets Groups Projects

remove contact from standard profile

Closes #3535775

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
121 120 $this->assertSame($expected_labels, array_values($labels));
122 121 }
123 122
124 public function testPassInput(): void {
  • 95 94 catch (ValidationFailedException $e) {
    96 95 $value = $e->getValue();
    97 96 $this->assertInstanceOf(TypedDataInterface::class, $value);
    98 $this->assertSame('not-an-email-address', $value->getValue());
    99 $this->assertSame('This value is not a valid email address.', (string) $e->getViolations()->get(0)->getMessage());
    97 $this->assertSame('hack', $value->getValue());
  • Stephen Mustgrave left review comments

    left review comments

  • Please register or sign in to reply
    Loading