PopTest\Form\TextareaTest::testConstructor PHP Méthode

testConstructor() public méthode

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Form\\Element\\Textarea', new Textarea('comments'));
    }
TextareaTest