/** * Test get field. */ public function testGetField() { $this->assertEquals(['type' => 'text', 'label' => 'label1', 'required' => true, 'data' => null, 'options' => []], $this->plugin->getField('field1')); }