コード例 #1
0
ファイル: PluginTest.php プロジェクト: pramoddas/elcodi
 /**
  * Test get field.
  */
 public function testGetField()
 {
     $this->assertEquals(['type' => 'text', 'label' => 'label1', 'required' => true, 'data' => null, 'options' => []], $this->plugin->getField('field1'));
 }