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