stanley-king 7 年之前
父節點
當前提交
a347cfa2bb
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 0 1
      helper/ugc/ugc_content.php
  2. 2 0
      test/TestUGC.php

+ 0 - 1
helper/ugc/ugc_content.php

@@ -96,6 +96,5 @@ class special_object
 
     public function save()
     {
-
     }
 }

+ 2 - 0
test/TestUGC.php

@@ -19,6 +19,8 @@ class TestUGC extends PHPUnit_Framework_TestCase
     }
     public function testSpecialObj()
     {
+        $spobj = new ugc\special_object();
+        $spobj->set_share("测试","http://192.168.0.200/data/upload/mobile/special/s0/s0_05240528172336404.png");
 
     }
 }