Home
last modified time | relevance | path

Searched refs:is_valid (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DAge.php39 private bool $is_valid; variable in Fisharebest\\Webtrees\\Age
68 $this->is_valid = $x->isOK() && $y->isOK();
81 if (!$this->is_valid) {
112 if ($this->is_valid) {
127 if ($this->is_valid) {
142 if (!$this->is_valid) {
/webtrees/tests/app/Services/
H A DEmailServiceTest.php110 public function testIsValidEmail(string $email, bool $is_valid): void argument
112 self::assertSame($is_valid, (new EmailService())->isValidEmail($email));