PopTest\Form\TextareaTest::testConstructor PHP Метод

testConstructor() публичный Метод

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