Eccube\Tests\Form\Type\RepeatedEmailTypeTest::testInvalid_NotSameValue PHP Method

testInvalid_NotSameValue() public method

    public function testInvalid_NotSameValue()
    {
        $this->formData['email']['second'] = '[email protected]';
        $this->form->submit($this->formData);
        $this->assertFalse($this->form->isValid());
    }