public function testFieldTypeTieldsChoiceKeys()
 {
     $this->assertInternalType('array', FieldTypes::getKeys());
 }
Exemple #2
0
 public static function getKeys()
 {
     return FieldTypes::getKeys();
 }