コード例 #1
0
ファイル: ElementTest.php プロジェクト: vascowhite/forms
 public function testCanGetType()
 {
     $testElement = new TestElement('testing');
     $this->assertEquals('testelement', $testElement->getType(), "Could not get element type");
 }