Fix test warnings

This commit is contained in:
Alex P 2023-03-01 16:20:31 +02:00
parent bff551c13b
commit 33bfc32427
No known key found for this signature in database
GPG key ID: 54487A734A204D71
2 changed files with 5 additions and 0 deletions

View file

@ -43,6 +43,8 @@ class ValidationTest extends TestCase
'terms-field'=>'1',
'terms'=>'on',
]);
self::assertTrue(true); // no assertions warnings
}
public function testInvalid()