Webiny\Component\Security\Tests\Authentication\Providers\Form\FormTest::testConstructor PHP Method

testConstructor() public method

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('\\Webiny\\Component\\Security\\Authentication\\Providers\\Form\\Form', new Form());
    }