瀏覽代碼

verify Fixed php-yaf's json test

Mike Smith 12 年之前
父節點
當前提交
2ce9bf50df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      php-yaf/app/modules/Bench/controllers/Raw.php

+ 1 - 1
php-yaf/app/modules/Bench/controllers/Raw.php

@@ -8,7 +8,7 @@ class RawController extends AbstractController
     public function jsonAction ()
     {
         header('Content-type: application/json');
-        die(json_encode(array('message' => 'Hello World!')));
+        die(json_encode(array('message' => 'Hello, World!')));
     }
 
     public function dbAction ()