remove contact from standard profile
2 open threads
Closes #3535775
Merge request reports
Activity
added 1 commit
added 1 commit
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());
Please register or sign in to reply