From: Alan Knowles Date: Wed, 23 May 2012 01:56:58 +0000 (+0800) Subject: tests/Images.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d04401c90cacc3bfea5c9a579b18a384d443559e tests/Images.php --- diff --git a/tests/Images.php b/tests/Images.php index e0649f76..ee6a0dae 100644 --- a/tests/Images.php +++ b/tests/Images.php @@ -1,14 +1,22 @@ '; -Pman_Core_Images::replaceImg(' - - - test +class Pman_Core_test_Images extends Pman +{ + function get() { + // test... + echo '
';
+        Pman_Core_Images::replaceImg('
+                
+                
+                test
+                
+        ');
         
-');
+     }
+     function output()
+     {
+        exit;
+     }
+}