Esempio n. 1
0
 public function testFieldTypeTieldsChoiceKeys()
 {
     $this->assertInternalType('array', FieldTypes::getKeys());
 }
Esempio n. 2
0
 public static function getKeys()
 {
     return FieldTypes::getKeys();
 }