コード例 #1
0
ファイル: DebugInfoTest.php プロジェクト: xyzz/CrashFix
 public function testAttributeLabels()
 {
     $model = new DebugInfo();
     $attrLabels = $model->attributeLabels();
     $this->assertTrue($attrLabels['dateuploaded'] == 'Date Uploaded');
     $this->assertTrue($attrLabels['filesize'] == 'File Size');
 }