PopTest\Form\FieldsTest::testConstructor PHP Method

testConstructor() public method

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Form\\Fields', new Fields());
    }