public function testAttributes() { $attributes = ['type' => 'text', 'name' => 'username']; $element = new Element('input', null, $attributes); $this->assertEquals($attributes, $element->attributes()); }