瀏覽代碼

verify Fixed php-symfony2's json test

Mike Smith 11 年之前
父節點
當前提交
ca8f9eeba7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      php-symfony2/src/Skamander/BenchmarkBundle/Controller/BenchController.php

+ 1 - 1
php-symfony2/src/Skamander/BenchmarkBundle/Controller/BenchController.php

@@ -13,7 +13,7 @@ class BenchController extends Controller
 
     public function jsonAction()
     {
-        return new JsonResponse(array('message' => 'Hello World!'));
+        return new JsonResponse(array('message' => 'Hello, World!'));
     }
 
     public function dbAction(Request $request)