コード例 #1
0
ファイル: Upload.php プロジェクト: robtuley/knotwerk
 function testLabelCastToStringInConstructor()
 {
     $input = new T_Form_Upload('myalias', 123);
     $this->assertSame($input->getLabel(), '123');
 }