public function testSetAndGetAttributes() { $f = new Form('/submit', 'post'); $f->setAttributes('id', 'test-form'); $this->assertEquals(3, count($f->getAttributes())); }