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