stanley-king 7 rokov pred
rodič
commit
a347cfa2bb
2 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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");
 
     }
 }