Loading tests/src/Functional/ContactStorageTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,6 @@ class ContactStorageTest extends ContactStorageTestBase { $this->cloneContactForm('test_id', 'test_id_cloned'); $original_form = ContactForm::load('test_id'); $cloned_form = ContactForm::load('test_id_cloned'); $this->assertTrue($cloned_form->uuid()); $this->assertNotEquals($original_form->uuid(), $cloned_form->uuid()); // Ensure that anonymous can submit site-wide contact form. Loading Loading
tests/src/Functional/ContactStorageTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,6 @@ class ContactStorageTest extends ContactStorageTestBase { $this->cloneContactForm('test_id', 'test_id_cloned'); $original_form = ContactForm::load('test_id'); $cloned_form = ContactForm::load('test_id_cloned'); $this->assertTrue($cloned_form->uuid()); $this->assertNotEquals($original_form->uuid(), $cloned_form->uuid()); // Ensure that anonymous can submit site-wide contact form. Loading